Skip to content

Commit 93dad12

Browse files
committed
fix vimport-gsap prefix
1 parent 7086834 commit 93dad12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/vue-script.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
},
227227
"Vue Import GSAP": {
228228
"prefix": "vimport-gsap",
229-
"body": ["import { TimelineMax, ${1:Ease} } from 'gsap'"],
229+
"body": ["import { TimelineMax, ${1:Ease} } from 'gsap';"],
230230
"description":
231231
"component methods options that dispatch an action from vuex store."
232232
},

0 commit comments

Comments
 (0)