Files
Yi.Admin/Yi.Vue3.x.Vant/components.d.ts

39 lines
1.7 KiB
TypeScript
Raw Normal View History

2022-10-05 23:54:53 +08:00
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
2022-10-11 16:48:25 +08:00
AppCreateTime: typeof import('./src/components/AppCreateTime.vue')['default']
2022-10-09 13:30:42 +08:00
AppGrid: typeof import('./src/components/AppGrid.vue')['default']
2022-10-05 23:54:53 +08:00
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']
2022-10-10 00:02:13 +08:00
VanCell: typeof import('vant/es')['Cell']
VanCellGroup: typeof import('vant/es')['CellGroup']
2022-10-05 23:54:53 +08:00
VanCol: typeof import('vant/es')['Col']
2022-10-10 00:02:13 +08:00
VanDivider: typeof import('vant/es')['Divider']
VanField: typeof import('vant/es')['Field']
2022-10-05 23:54:53 +08:00
VanGrid: typeof import('vant/es')['Grid']
VanGridItem: typeof import('vant/es')['GridItem']
VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanList: typeof import('vant/es')['List']
2022-10-10 00:02:13 +08:00
VanNavBar: typeof import('vant/es')['NavBar']
VanPopup: typeof import('vant/es')['Popup']
2022-10-05 23:54:53 +08:00
VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanRow: typeof import('vant/es')['Row']
2022-10-09 00:14:17 +08:00
VanSticky: typeof import('vant/es')['Sticky']
2022-10-05 23:54:53 +08:00
VanTab: typeof import('vant/es')['Tab']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
VanTabs: typeof import('vant/es')['Tabs']
2022-10-10 00:02:13 +08:00
VanUploader: typeof import('vant/es')['Uploader']
2022-10-05 23:54:53 +08:00
}
}