Skip to content

Commit 187923e

Browse files
committed
Fix formatting
1 parent 0b08fa5 commit 187923e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -44,23 +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 |
63-
| `vsuspense` | Suspense wrapper with fallback content |
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 |
6464

6565
### Script
6666

0 commit comments

Comments
 (0)