@@ -44,22 +44,23 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
44
44
45
45
### Template
46
46
47
- | Snippet | Purpose |
48
- | -------------- | --------------------------------- |
49
- | ` vfor ` | ` v-for ` statement |
50
- | ` vmodel ` | ` v-model ` directive |
51
- | ` von ` | ` v-on ` click handler |
52
- | ` vel-props ` | Component element with ` props ` |
53
- | ` vslot-named ` | Named slot |
54
- | ` vimg ` | Image source binding |
55
- | ` vstyle ` | Inline style binding |
56
- | ` vstyle-obj ` | Inline style binding with objects |
57
- | ` vclass ` | Class binding |
58
- | ` vclass-ter ` | Ternary class binding |
59
- | ` vtrans ` | Transition component |
60
- | ` vtrans-group ` | Transition group component |
61
- | ` vrlink ` | Router link |
62
- | ` vrlink-param ` | Router link with param |
47
+ | Snippet | Purpose |
48
+ | -------------- | -------------------------------------- |
49
+ | ` vfor ` | ` v-for ` statement |
50
+ | ` vmodel ` | ` v-model ` directive |
51
+ | ` von ` | ` v-on ` click handler |
52
+ | ` vel-props ` | Component element with ` props ` |
53
+ | ` vslot-named ` | Named slot |
54
+ | ` vimg ` | Image source binding |
55
+ | ` vstyle ` | Inline style binding |
56
+ | ` vstyle-obj ` | Inline style binding with objects |
57
+ | ` vclass ` | Class binding |
58
+ | ` vclass-ter ` | Ternary class binding |
59
+ | ` vtrans ` | Transition component |
60
+ | ` vtrans-group ` | Transition group component |
61
+ | ` vrlink ` | Router link |
62
+ | ` vrlink-param ` | Router link with param |
63
+ | ` vsuspense ` | Suspense wrapper with fallback content |
63
64
64
65
### Script
65
66
0 commit comments