码迷,mamicode.com
首页 > 其他好文 > 详细

vscode 的 vue模板

时间:2017-09-21 21:08:44      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:bsp   script   esc   col   $0   efault   export   class   efi   

{
    "Print to console": {
        "prefix": "vue",
        "body": [
            "<template>",
            "  <div id=\"\">",
            "    $1",
            "  </div>",
            "</template>",
            "",
            "<script>",
            "export default {",
            "  data() {",
            "    return {",
            "      //$0",
            "    }",
            "  },",
            "  methods: {}",
            "}",
            "</script>",
            "",
            "<style>",
            "",
            "</style>"
        ],
        "description": "vue template"
    }
}

 

vscode 的 vue模板

标签:bsp   script   esc   col   $0   efault   export   class   efi   

原文地址:http://www.cnblogs.com/lemos/p/7570644.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!