|
@@ -12,14 +12,25 @@ declare module '@vue/runtime-core' {
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
VanButton: typeof import('vant/es')['Button']
|
|
|
+ VanCard: typeof import('vant/es')['Card']
|
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
|
VanDropdownItem: typeof import('vant/es')['DropdownItem']
|
|
|
VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
|
|
|
+ VanGrid: typeof import('vant/es')['Grid']
|
|
|
+ VanGridItem: typeof import('vant/es')['GridItem']
|
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
|
+ VanList: typeof import('vant/es')['List']
|
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
|
+ VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
|
|
VanRate: typeof import('vant/es')['Rate']
|
|
|
+ VanSearch: typeof import('vant/es')['Search']
|
|
|
+ VanSwipe: typeof import('vant/es')['Swipe']
|
|
|
+ VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
|
+ VanTabbar: typeof import('vant/es')['Tabbar']
|
|
|
+ VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
|
+ VanTag: typeof import('vant/es')['Tag']
|
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
|
}
|
|
|
}
|