vscode format vue file line break problem

Create the file .prettierrc in the root directory

{
  "semi": false, 
  "singleQuote": true,
  "printWidth": 150
}

Then reformat it

Guess you like

Origin blog.csdn.net/qq_28710983/article/details/129469425