Skip to content

Commit 79522a2

Browse files
committed
fix add Close curly brace of Vue Watchers
1 parent 9740497 commit 79522a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/vue.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"prefix": "vwatcher",
219219
"body": [
220220
"watch: {",
221-
"\t${1:data}(${2:newValue, ${3:oldValue) {",
221+
"\t${1:data}(${2:newValue}, ${3:oldValue}) {",
222222
"\t\t${0}",
223223
"\t}",
224224
"},"

0 commit comments

Comments
 (0)