Skip to content

Commit c1c62d8

Browse files
committed
fix vmapgetter prefix
1 parent 078b7f2 commit c1c62d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/vue-script.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"\tcomponents: {",
118118
"\t\t${1:Name}",
119119
"\t},",
120-
"}"
120+
"};"
121121
],
122122
"description": "import a component and include it in export default"
123123
},
@@ -132,7 +132,7 @@
132132
"\t\t\t${1:'nameOfState'},",
133133
"\t\t])",
134134
"\t},",
135-
"}"
135+
"};"
136136
],
137137
"description": "map getters inside a vue component"
138138
},
@@ -147,7 +147,7 @@
147147
"\t\t\t${1:'nameOfGetter'},",
148148
"\t\t])",
149149
"\t},",
150-
"}"
150+
"};"
151151
],
152152
"description": "mapgetters inside a vue component"
153153
},

0 commit comments

Comments
 (0)