From f11f5e1ca4d0214d71793d2ac80546deef08bbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= Date: Sun, 9 Oct 2022 17:36:12 +0800 Subject: [PATCH] Update components.d.ts --- Yi.Vue3.x.Vant/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Yi.Vue3.x.Vant/components.d.ts b/Yi.Vue3.x.Vant/components.d.ts index a0ae7a15..3d1b244e 100644 --- a/Yi.Vue3.x.Vant/components.d.ts +++ b/Yi.Vue3.x.Vant/components.d.ts @@ -26,6 +26,5 @@ declare module '@vue/runtime-core' { VanTabbar: typeof import('vant/es')['Tabbar'] VanTabbarItem: typeof import('vant/es')['TabbarItem'] VanTabs: typeof import('vant/es')['Tabs'] - VantRow: typeof import('vant/es')['tRow'] } }