Pycharm opens the .vue file due to the red wavy line in the ESLint syntax check code

There are two solutions here:
①Set not to use ESLint syntax check

Insert picture description here
Insert picture description here

②Automatically repair the .vue file syntax through fix eslint problems in ESLint

Select the .vue file to be repaired, or select the entire folder to repair (the repair time is affected by the number of repaired files, if the number of files is large, repair is not recommended, you can set ESLint not to verify the syntax).
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_42631707/article/details/90907487