diff --git a/.vscode/extensions.json b/.vscode/extensions.json index cf899f8..f6adb4b 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,7 @@ { "recommendations": [ "Vue.volar", - "Vue.vscode-typescript-vue-plugin" + "dbaeumer.vscode-eslint", + "vuetifyjs.vuetify-vscode" ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 4162b6d..b305cf1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll": "always", + "source.organizeImports": "always" }, "eslint.validate": [ "javascript" diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue index eb7e3d6..01fe4e8 100644 --- a/src/layouts/DefaultLayout.vue +++ b/src/layouts/DefaultLayout.vue @@ -56,7 +56,7 @@