fix: fix the error reported by the Editor component

This commit is contained in:
陈凯龙
2022-04-14 08:58:02 +08:00
parent 2ee49549e7
commit 90ef9856a0
2 changed files with 14 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
"source.fixAll.eslint": true
},
"[vue]": {
"editor.defaultFormatter": "johnsoncodehk.volar"
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"i18n-ally.localesPaths": ["src/locales"],
"i18n-ally.keystyle": "nested",