vue文件快捷生成1  安装上面三个插件

"Print to console": {

"prefix": "vue",

"body": [

"<template>",

" <div class=\"\">\n",

" </div>",

"</template>\n",

"<script type=\"text/ecmascript-6\">",

"export default {",

" name: '',",

" data() {",

" return {}",

" },",

" components: {}",

"}",

"</script>\n",

"<style scoped lang=\"stylus\">",

"</style>",

"$2"

],

"description": "Log output to console"

}
复制以上代码vue文件快捷生成

vue文件快捷生成设置以上代码

文件-首选项-代码片段  搜索vue  出来vue.json文件

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2022-01-03
  • 2021-05-26
  • 2021-06-20
  • 2021-07-20
  • 2022-12-23
  • 2021-05-19
相关资源
相似解决方案