2019-07-07 如何配置vscode快速生成vue模板

文件-首选项-用户代码片段-搜索“vue”点击进入vue.json

{

    "Vue component": {

        "prefix": "vue",

        "body": [

            "",

            "",

            "",

            ""

        ]

    }

}

你可能感兴趣的:(2019-07-07 如何配置vscode快速生成vue模板)