VSCode报错Vetur can't find 'tsconfig.json' or 'jsconfig.json'的解决方法,红色波浪报错解决方式 "vetur.ignoreProjectWarning": true,

    // VSCode报错Vetur can't find 'tsconfig.json' or 'jsconfig.json'的解决方法,红色波浪报错解决方式
    "vetur.ignoreProjectWarning": true,
    "eslint.enable": false,
    "vetur.validation.template": false,
    "files.associations": {
        "*.vue": "html"
    }

 

posted @ 2021-12-09 10:17  之涣  阅读(1726)  评论(0)    收藏  举报