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" }