@@ -52,6 +52,7 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
52
52
| ` vclass-obj ` | Class binding with objects |
53
53
| ` vclass-obj-mult ` | Multiple conditional class bindings |
54
54
| ` vanim ` | Transition component with JS hooks |
55
+ | ` vnuxtl ` | Nuxt Routing Link |
55
56
56
57
### Script
57
58
@@ -72,6 +73,8 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
72
73
| ` vimport-lib ` | Import a library |
73
74
| ` vimport-gsap ` | Import GreenSock with Timeline and Eases |
74
75
| ` vanimhook-js ` | Using the Transition component JS hooks in methods |
76
+ | ` vcommit ` | Commit to Vuex store in methods for mutation |
77
+ | ` vdispatch ` | Dispatch to Vuex store in methods for action |
75
78
| ` vinc ` | incrementer |
76
79
| ` vdec ` | decrementer |
77
80
@@ -85,6 +88,13 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
85
88
| ` vaction ` | Vuex Action |
86
89
| ` vstore-import ` | Import vuex store into main.js |
87
90
91
+ ### Nuxt Config
92
+
93
+ | Snippet | Purpose |
94
+ | ---------------------- | ------------------- |
95
+ | ` nfont ` | link to include fonts in a nuxt project, in nuxt-config |
96
+ | ` ncss ` | link to css assets such as normalize |
97
+
88
98
### Extra (plaintext)
89
99
90
100
| Snippet | Purpose |
@@ -93,5 +103,5 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
93
103
94
104
95
105
## Contributing
96
- This is an open source project open to anyone. Contributions are welcome : [ github] ( https://github.com/sdras/vue-vscode-snippets )
106
+ This is an open source project open to anyone. Contributions are welcome [ github] ( https://github.com/sdras/vue-vscode-snippets )
97
107
0 commit comments