File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments