@@ -32,18 +32,19 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
32
32
33
33
### Vue
34
34
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 |
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-ts-class ` | Single file component base with Typescript Class Format |
44
+ | ` vbase-3-ts ` | Single File component Composition API with Typescript |
45
+ | ` vbase-ns ` | Single file component with no styles |
46
+ | ` vbase-sass ` | Single file component base with SASS |
47
+ | ` vbase-less ` | Single file component base with LESS |
47
48
48
49
### Template
49
50
0 commit comments