VS code 快捷键注释不能用[!----]解决办法

1. 安装插件

Vue 2 Snippets


2.在settings.json中加入:

{
    "files.associations": {
        "*.vue": "html"
    }
}

posted @ 2020-11-27 14:52  bingxiaoxiao  阅读(2931)  评论(0编辑  收藏  举报