文件-首选项-用户代码片段-搜索“vue”点击进入vue.json
{
"Vue component": {
"prefix": "vue",
"body": [
"<template>",
"\t$1",
"</template>",
"<script>",
"export default {",
"\t",
"}",
"</script>",
"<style scoped>",
"</style>",
""
]
}
}
文件-首选项-用户代码片段-搜索“vue”点击进入vue.json
{
"Vue component": {
"prefix": "vue",
"body": [
"<template>",
"\t$1",
"</template>",
"<script>",
"export default {",
"\t",
"}",
"</script>",
"<style scoped>",
"</style>",
""
]
}
}
本文标题:2019-07-07 如何配置vscode快速生成vue模板
本文链接:https://www.haomeiwen.com/subject/jawihctx.html
网友评论