Skip to content

Commit 3836cd3

Browse files
authored
Merge pull request sdras#8 from CroModder/patch-1
Fixed vmutation snippet
2 parents 94c89fe + 25a6b61 commit 3836cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/vue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"prefix": "vmutation",
135135
"body": [
136136
"mutations: {",
137-
"\t${1:updateValue}: (state, ${3:payload}) {",
137+
"\t${1:updateValue}(state, ${3:payload}) {",
138138
"\t\tstate.${2:value} = ${3:payload};",
139139
"\t}",
140140
"}"

0 commit comments

Comments
 (0)