Update components.d.ts

This commit is contained in:
陈淳
2022-10-09 17:36:12 +08:00
parent 0672698ba7
commit f11f5e1ca4

View File

@@ -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']
}
}