You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the

vue报错提示:

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.

解决:在index.js中将userEsLint:true改为userEsLint:false.

You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the