Formatting

This commit is contained in:
Sybren A. Stüvel 2018-12-18 12:53:06 +01:00
parent 5b3de5f551
commit cb265e1975

View File

@ -9,7 +9,7 @@ var Droptarget = {
return { return {
droptargetCounter: 0, droptargetCounter: 0,
droptargetCanHandle: false droptargetCanHandle: false
} }
}, },
computed: { computed: {
isDragingOver() { isDragingOver() {
@ -83,4 +83,4 @@ var Droptarget = {
} }
} }
export { Droptarget } export { Droptarget }