vue 单页面组件快捷键配置

{
"Print to console": {
"prefix": "vuec",
"body": [
"<template>",
" <div>\n",
" </div>",
"</template>\n",
"<script>",
"export default {",
" data() {",
" return {\n",
" }",
" },\n",
" created() {\n",
" },\n",
" methods: {\n",
" }",
"};",
"</script>\n",
"<style scoped lang='less'>\n",
"</style>\n",
],
"description": "Create vue template"
}
}

posted @ 2020-03-21 18:54  karen555  阅读(1149)  评论(0编辑  收藏  举报