Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93dad12

Browse filesBrowse files
committed
fix vimport-gsap prefix
1 parent 7086834 commit 93dad12
Copy full SHA for 93dad12

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎snippets/vue-script.json

Copy file name to clipboardExpand all lines: snippets/vue-script.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.