vue文件快捷生成
1 安装上面三个插件"Print to console": {"prefix": "vue","body": ["<template>"," <div class=\"\">\n"," &am
·
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.json文件
更多推荐
已为社区贡献5条内容
所有评论(0)