完善我的页面
This commit is contained in:
5
Yi.Vue3.x.Vant/components.d.ts
vendored
5
Yi.Vue3.x.Vant/components.d.ts
vendored
@@ -7,28 +7,25 @@ export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
AppGrid: typeof import('./src/components/AppGrid.vue')['default']
|
||||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
VanActionSheet: typeof import('vant/es')['ActionSheet']
|
||||
VanButton: typeof import('vant/es')['Button']
|
||||
VanCell: typeof import('vant/es')['Cell']
|
||||
VanCol: typeof import('vant/es')['Col']
|
||||
VanGrid: typeof import('vant/es')['Grid']
|
||||
VanGridItem: typeof import('vant/es')['GridItem']
|
||||
VanIcon: typeof import('vant/es')['Icon']
|
||||
VanImage: typeof import('vant/es')['Image']
|
||||
VanImagePreview: typeof import('vant/es')['ImagePreview']
|
||||
VanList: typeof import('vant/es')['List']
|
||||
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
||||
VanRow: typeof import('vant/es')['Row']
|
||||
VanSpace: typeof import('vant/es')['Space']
|
||||
VanSticky: typeof import('vant/es')['Sticky']
|
||||
VanTab: typeof import('vant/es')['Tab']
|
||||
VanTabbar: typeof import('vant/es')['Tabbar']
|
||||
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
||||
VanTabs: typeof import('vant/es')['Tabs']
|
||||
VantCol: typeof import('vant/es')['tCol']
|
||||
VantRow: typeof import('vant/es')['tRow']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user