Skip to content

Commit 7b1bc36

Browse files
committed
📝 fix a few snippets, add in undocumented one
1 parent a8835cb commit 7b1bc36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
3636
| `vprops` | Props with type and default |
3737
| `vimport` | Import one component into another |
3838
| `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 |
3940
| `vfilter` | Vue filter |
4041
| `vmixin` | Create a Vue Mixin |
4142
| `vmixin-use` | Bring a mixin into a component to use |
4243
| `vc-direct` | Vue create a custom directive |
4344
| `vimport-lib` | Import a library |
4445
| `vimport-gsap` | Import GreenSock with Timeline and Eases |
46+
| `vanimhook-js` | Using the Transition component JS hooks in methods |
4547

4648
### Template
4749

@@ -59,7 +61,6 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
5961
| `vclass-obj` | Class binding with objects |
6062
| `vclass-obj-mult` | Multiple conditional class bindings |
6163
| `vanim` | Transition component with JS hooks |
62-
| `vanimhook-js` | Using the Transition component JS hooks in methods |
6364

6465
### Vuex
6566

@@ -76,8 +77,8 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
7677
| Snippet | Purpose |
7778
| ---------------------- | ------------------- |
7879
| `gitignore` | .gitignore file presets |
79-
| `vadd` | incrementer |
80-
| `vsub` | decrementer |
80+
| `vinc` | incrementer |
81+
| `vdec` | decrementer |
8182

8283

8384
## Contributing

images/SnippetDemo.gif

-411 KB
Loading

0 commit comments

Comments
 (0)