修改vetur设置保存自动格式化

"editor.detectIndentation": false,
"editor.tabSize": 4, //vscode设置的缩进量
"editor.formatOnSave": true, //保存时候自动格式化

猜你喜欢

转载自blog.csdn.net/YiMiMMMi/article/details/104556352