Vue VSCode Snippets
Snippets
Vue
Snippet |
Purpose |
zbase |
Single file component base with SCSS |
zbase-3 |
Single File component Composition API with SCSS |
zbase-3-setup |
Single File component setup Composition API with SCSS |
Template
Snippet |
Purpose |
zfor |
v-for directive |
zmodel |
Semantic v-model directive |
zon |
v-on click handler with arguments |
Script
Snippet |
Purpose |
zdata |
Component data as a function |
zmethod |
Vue method |
zcomputed |
Vue computed property |
z3reactive-setup |
Vue Composition API - reactive with setup boilerplate |
| |