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"
}
}

猜你喜欢

转载自www.cnblogs.com/wq555/p/12541301.html
今日推荐