Vue:You may use special comments to disable some warnings.

Vue:You may use special comments to disable some warnings.

The error is as follows:
insert image description here
Solution:

Find webpack.base.conf.js
insert image description here
under build and delete the rules under module...(config.dev.useEslint ? [createLintingRule()] : [])

insert image description here

Guess you like

Origin blog.csdn.net/m0_46374969/article/details/121713665