完善我的页面

This commit is contained in:
陈淳
2022-10-09 13:30:42 +08:00
parent c7d64554ad
commit cf37f7c950
8 changed files with 1517 additions and 22 deletions

View File

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