1 problem (1 error, 0 warnings) 1 error and 0 warnings potentially fixable with the `--fix` option
这个是 lint格式造成的,在总目录下新建一个vue.config.js文件,输入以下代码module.exports = {lintOnSave:false}重启一下软件
·

这个是 lint格式造成的,在总目录下新建一个vue.config.js文件,
输入以下代码
module.exports = {
lintOnSave:false
}
重启一下软件
更多推荐



所有评论(0)