From 6261156c5afe12b47815b6f275f91a983f01de1d Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Tue, 23 Nov 2021 18:08:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(projects):=20=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ++++- src/directives/index.ts | 0 src/views/system/login/index.vue | 2 +- tsconfig.json | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 src/directives/index.ts diff --git a/.vscode/settings.json b/.vscode/settings.json index daa7a4ed..f12bc5db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -62,7 +62,10 @@ "material-icon-theme.folders.associations": { "enum": "typescript", "store": "context", + "composable": "hook", "composables": "hook", - "business": "core", + "directive": "tools", + "directives": "tools", + "business": "core" } } diff --git a/src/directives/index.ts b/src/directives/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/views/system/login/index.vue b/src/views/system/login/index.vue index 0c45fea8..4fa03e49 100644 --- a/src/views/system/login/index.vue +++ b/src/views/system/login/index.vue @@ -1,7 +1,7 @@