@@ -36,12 +36,14 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
36
36
| ` vprops ` | Props with type and default |
37
37
| ` vimport ` | Import one component into another |
38
38
| ` vimport-c ` | Import one component into another within the export statement |
39
+ | ` vimport-export ` | Import one component into another and use it within the export statement |
39
40
| ` vfilter ` | Vue filter |
40
41
| ` vmixin ` | Create a Vue Mixin |
41
42
| ` vmixin-use ` | Bring a mixin into a component to use |
42
43
| ` vc-direct ` | Vue create a custom directive |
43
44
| ` vimport-lib ` | Import a library |
44
45
| ` vimport-gsap ` | Import GreenSock with Timeline and Eases |
46
+ | ` vanimhook-js ` | Using the Transition component JS hooks in methods |
45
47
46
48
### Template
47
49
@@ -59,7 +61,6 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
59
61
| ` vclass-obj ` | Class binding with objects |
60
62
| ` vclass-obj-mult ` | Multiple conditional class bindings |
61
63
| ` vanim ` | Transition component with JS hooks |
62
- | ` vanimhook-js ` | Using the Transition component JS hooks in methods |
63
64
64
65
### Vuex
65
66
@@ -76,8 +77,8 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
76
77
| Snippet | Purpose |
77
78
| ---------------------- | ------------------- |
78
79
| ` gitignore ` | .gitignore file presets |
79
- | ` vadd ` | incrementer |
80
- | ` vsub ` | decrementer |
80
+ | ` vinc ` | incrementer |
81
+ | ` vdec ` | decrementer |
81
82
82
83
83
84
## Contributing
0 commit comments