报错问题:
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
解决方法:
// Use Eslint Loader?
// If true, your code will be linted during bundling and
// linting errors and warnings will be shown in the console.
useEslint: false,
/config/index.js文件里将useEslint的值改为false
但保存后报错仍然存在
退出当前终端并重新进入再npm run dev即可