6 errors and 0 warnings potentially fixable with the`--fix` option

Problem Description

Because when I used the visual method to create a project before, I selected the eslint standard, so the following error will appear.
Insert image description here

solution:

Comment out the '@vue/standard' line of code in the .eslintrc.js file.
Insert image description here
Run it again and the project can run normally.
Insert image description here

Guess you like

Origin blog.csdn.net/m0_52043522/article/details/125432270