Skip to content

Commit 7a10cf8

Browse files
authored
Merge pull request sdras#49 from Christhofernatalius/add-missing-comma
added comma at the end of vcomponents and vmixin-use
2 parents 32f31f1 + 87a8368 commit 7a10cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/vue-script.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
"Vue Import into the Component": {
107107
"prefix": "vcomponents",
108-
"body": ["components: {", "\t${1:New},", "}"],
108+
"body": ["components: {", "\t${1:New},", "},"],
109109
"description": "Import one component into another, within export statement"
110110
},
111111
"Vue Import Export": {
@@ -205,7 +205,7 @@
205205
},
206206
"Vue Use Mixin": {
207207
"prefix": "vmixin-use",
208-
"body": ["mixins: [${1:mixinName}]"],
208+
"body": ["mixins: [${1:mixinName}],"],
209209
"description": "vue use mixin"
210210
},
211211
"Vue Custom Directive": {

0 commit comments

Comments
 (0)