vue快速生成组件模板

 

 

 

 

 

 在最后一个大括号前面加上这段代码就可以了

"Print to console": {
        "prefix": "vue",
        "body": [
            "<template>",
            "  <div>$0",
                 
            "  </div>",
            "</template>\n",
            "<script type=\"text/javascript\">",
            "export default {",
            "  data() {",
            "    return {\n",
            "    }",
            "  },",
            "}",
            "</script>\n",
                        "<style>",
                        
            "</style>",
            "$2"
        ],
        "description": "Log output to console"
    }

 

 
posted @ 2022-03-18 20:11  秃头少女and战战  阅读(209)  评论(0编辑  收藏  举报