From d472a0d9052c24239ac10038f9440e0c48953856 Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 26 Jan 2026 15:19:27 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=20toastController=20=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E6=8F=90=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 1 - src/views/security/change_password.vue | 28 +++++++++----------------- 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 778a2fb..d2b2d2f 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -451,7 +451,6 @@ declare module 'vue' { readonly shallowReactive: UnwrapRef readonly shallowReadonly: UnwrapRef readonly shallowRef: UnwrapRef - readonly showSuccessToast: UnwrapRef readonly showToast: UnwrapRef readonly storeToRefs: UnwrapRef readonly syncRef: UnwrapRef diff --git a/src/views/security/change_password.vue b/src/views/security/change_password.vue index 95a3904..d08a136 100644 --- a/src/views/security/change_password.vue +++ b/src/views/security/change_password.vue @@ -1,5 +1,4 @@