Skip to content

Commit b62632e

Browse files
authored
Merge pull request #3 from shika358/add_closing_curly_bracket
fix add close curly braces of Vue Watchers
2 parents 9740497 + 79522a2 commit b62632e

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)