Skip to content

Commit 99ecaec

Browse files
author
Mauro Vieira
committed
- Fixed snippets.
1 parent 0a2b76c commit 99ecaec

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

snippets/vprops.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
nippet>
22
<content><![CDATA[
3-
$1: {
3+
$1: {
44
type: $2
5-
},
5+
}
66
]]></content>
77
<tabTrigger>vprops</tabTrigger>
88
<!-- Optional: Set a scope to limit where the snippet will trigger -->

snippets/vsrc.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
<img :src="${1:fileName}" alt="${2:altText}"/>
3+
<img :src="${1:fileName}" title="${2:titleText}" alt="${2:altText}"/>
44
]]></content>
55
<tabTrigger>vsrc</tabTrigger>
66
<!-- Optional: Set a scope to limit where the snippet will trigger -->

snippets/vwatch.sublime-snippet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
nippet>
22
<content><![CDATA[
33
watch: {
4-
// whenever question changes, this function will run
54
$1: function ($2) {
65
$3
76
}

0 commit comments

Comments
 (0)