Skip to content

Commit 6745d30

Browse files
committed
Fix indentation in vue.json file
1 parent 824b587 commit 6745d30

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

snippets/vue.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@
6363
"description": "Base for Vue File with CSS"
6464
},
6565
"Vue Single File Component with Stylus": {
66-
"prefix": "vbase-styl",
67-
"body": [
68-
"<template>",
69-
"\t<div>",
70-
"",
71-
"\t</div>",
72-
"</template>",
73-
"",
74-
"<script>",
75-
"\texport default {",
76-
"\t\t${0}",
77-
"\t}",
78-
"</script>",
79-
"",
80-
"<style lang=\"stylus\" scoped>",
81-
"",
82-
"</style>"
83-
],
84-
"description": "Base for Vue File with Stylus"
85-
},
66+
"prefix": "vbase-styl",
67+
"body": [
68+
"<template>",
69+
"\t<div>",
70+
"",
71+
"\t</div>",
72+
"</template>",
73+
"",
74+
"<script>",
75+
"\texport default {",
76+
"\t\t${0}",
77+
"\t}",
78+
"</script>",
79+
"",
80+
"<style lang=\"stylus\" scoped>",
81+
"",
82+
"</style>"
83+
],
84+
"description": "Base for Vue File with Stylus"
85+
},
8686
"Vue Single File Component with Typescript": {
8787
"prefix": "vbase-ts",
8888
"body": [

0 commit comments

Comments
 (0)