Skip to content

Commit e9d1e95

Browse files
committed
fix vcommit prefix
1 parent 93dad12 commit e9d1e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/vue-script.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"prefix": "vcommit",
255255
"body": [
256256
"${1:mutationName}() {",
257-
"\tthis.\\$store.commit('${1:mutationName}', ${2:payload})",
257+
"\tthis.\\$store.commit('${1:mutationName}', ${2:payload});",
258258
"}"
259259
],
260260
"description": "commit to vuex store in methods for mutation"

0 commit comments

Comments
 (0)