Skip to content

Commit 3ed1b1a

Browse files
fixup! feat(vue3) add composition api
1 parent 75ca603 commit 3ed1b1a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
3232

3333
### Vue
3434

35-
| Snippet | Purpose |
36-
| ------------ | ------------------------------------------ |
37-
| `vbase` | Single file component base with SCSS |
38-
| `vbase-css` | Single file component base with CSS |
39-
| `vbase-pcss` | Single file component base with PostCSS |
40-
| `vbase-styl` | Single file component base with Stylus |
41-
| `vbase-ts` | Single file component base with Typescript |
42-
| `vbase-ns` | Single file component with no styles |
43-
| `vbase-sass` | Single file component base with SASS |
44-
| `vbase-less` | Single file component base with LESS |
35+
| Snippet | Purpose |
36+
| ------------ | ----------------------------------------------------- |
37+
| `vbase` | Single file component base with SCSS |
38+
| `vbase-3` | Single File component Composition API with SCSS |
39+
| `vbase-css` | Single file component base with CSS |
40+
| `vbase-pcss` | Single file component base with PostCSS |
41+
| `vbase-styl` | Single file component base with Stylus |
42+
| `vbase-ts` | Single file component base with Typescript |
43+
| `vbase-3-ts` | Single File component Composition API with Typescript |
44+
| `vbase-ns` | Single file component with no styles |
45+
| `vbase-sass` | Single file component base with SASS |
46+
| `vbase-less` | Single file component base with LESS |
4547

4648
### Template
4749

0 commit comments

Comments
 (0)