vsc 的vue项目的.vue代码片段编写

{

"Print to console": {

"prefix": "vue",

"body": [

"<template>",

" <div>",

" <h1> 好</h1>",

" </div>",

"</template>",

"",

"",

扫描二维码关注公众号,回复: 6064912 查看本文章

"<script>",

" import index from './index.js'",

" export default index",

"</script>",

"",

"",

"<style lang='scss' scoped>",

" @import './index.scss';",

"</style>"

],

"description": ".vue代码片段"

}

}

输入vue按tab键即可

猜你喜欢

转载自blog.csdn.net/qq_42894094/article/details/89250823