Skip to content

Commit 8681a98

Browse files
author
Corentin Andre
committed
Modify gitignore, small fixes snippets description
1 parent bfefcaf commit 8681a98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
.git
3+
npm-debug.log

snippets/snippets.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<style>
3636
</style>
3737
"""
38-
"description": "Single file component"
38+
"description": "Single file component template"
3939
"descriptionMoreURL": "https://vuejs.org/v2/guide/single-file-components.html"
4040

4141
".meta.tag.block.any.html":
@@ -52,7 +52,7 @@
5252
'v-show':
5353
'prefix': 'v-show'
5454
'body': 'v-if=\"${1:condition}\"'
55-
'description': 'Vuejs binding for if conditional rendering'
55+
'description': 'Vuejs binding for show conditional rendering'
5656
'descriptionMoreURL': 'https://vuejs.org/v2/guide/conditional.html#v-show'
5757
'v-else-if':
5858
'prefix': 'v-if'

0 commit comments

Comments
 (0)