File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 12
12
" \t export default {" ,
13
13
" \t\t ${0}" ,
14
14
" \t }" ,
15
- " </script>" ,
15
+ " </script>" ,.
16
16
" " ,
17
17
" <style lang=\" scss\" scoped>" ,
18
18
" " ,
284
284
" </style>"
285
285
],
286
286
"description" : " Base for Vue File Setup Composition API - Typescript"
287
+ },
288
+ "Vue Single File Component Setup Composition API with Typescript with Pug no style" : {
289
+ "prefix" : " vbase-3-ts-setup" ,
290
+ "body" : [
291
+ " <template lang=\" pug\" >" ,
292
+ " \t div" ,
293
+ " " ,
294
+ " \t </div>" ,
295
+ " </template>" ,
296
+ " " ,
297
+ " <script setup lang=\" ts\" >" ,
298
+ " " ,
299
+ " </script>"
300
+ ],
301
+ "description" : " Base for Vue File Setup Composition API - Typescript & Pug"
287
302
},
288
303
"Vue Single File Component with Class based Typescript format" : {
289
304
"prefix" : " vbase-ts-class" ,
You can’t perform that action at this time.
0 commit comments