@@ -44,22 +44,23 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
4444
4545### Template
4646
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 |
6364
6465### Script
6566
0 commit comments