From 525413b2f5619a63a831ead2eeb9414be56211a0 Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Tue, 13 Jan 2026 16:20:39 +0800 Subject: [PATCH] f --- src/auto-imports.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index 3a7330e..0c95b32 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -93,7 +93,9 @@ declare global { const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] const showConfirmDialog: typeof import('vant/es')['showConfirmDialog'] + const showFailToast: typeof import('vant/es')['showFailToast'] const showLoadingToast: typeof import('vant/es')['showLoadingToast'] + const showSuccessToast: typeof import('vant/es')['showSuccessToast'] const showToast: typeof import('vant/es')['showToast'] const syncRef: typeof import('@vueuse/core')['syncRef'] const syncRefs: typeof import('@vueuse/core')['syncRefs']