We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfefcaf commit 8681a98Copy full SHA for 8681a98
.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
.git
3
+npm-debug.log
snippets/snippets.cson
@@ -35,7 +35,7 @@
35
<style>
36
</style>
37
"""
38
- "description": "Single file component"
+ "description": "Single file component template"
39
"descriptionMoreURL": "https://vuejs.org/v2/guide/single-file-components.html"
40
41
".meta.tag.block.any.html":
@@ -52,7 +52,7 @@
52
'v-show':
53
'prefix': 'v-show'
54
'body': 'v-if=\"${1:condition}\"'
55
- 'description': 'Vuejs binding for if conditional rendering'
+ 'description': 'Vuejs binding for show conditional rendering'
56
'descriptionMoreURL': 'https://vuejs.org/v2/guide/conditional.html#v-show'
57
'v-else-if':
58
'prefix': 'v-if'
0 commit comments