Skip to content

Commit f801ba6

Browse files
author
Mauro Vieira
committed
- Fixed snippet tag
1 parent 71ac809 commit f801ba6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

snippets/von.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
snippet>
1+
<snippet>
22
<content><![CDATA[
33
@click="$1"
44
]]></content>

snippets/vprops.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nippet>
1+
<snippet>
22
<content><![CDATA[
33
$1: {
44
type: $2

snippets/vwatch.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nippet>
1+
<snippet>
22
<content><![CDATA[
33
watch: {
44
$1: function ($2) {

0 commit comments

Comments
 (0)