46 lines
2.0 KiB
TypeScript
46 lines
2.0 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Header: typeof import('./src/components/header.vue')['default']
|
|
Item: typeof import('./src/components/item.vue')['default']
|
|
Page: typeof import('./src/components/page.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Swiper: typeof import('./src/components/swiper.vue')['default']
|
|
Tabbar: typeof import('./src/components/tabbar.vue')['default']
|
|
VanActionBar: typeof import('vant/es')['ActionBar']
|
|
VanActionBarButton: typeof import('vant/es')['ActionBarButton']
|
|
VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCard: typeof import('vant/es')['Card']
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
VanCol: typeof import('vant/es')['Col']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanGrid: typeof import('vant/es')['Grid']
|
|
VanGridItem: typeof import('vant/es')['GridItem']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
VanImage: typeof import('vant/es')['Image']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanRow: typeof import('vant/es')['Row']
|
|
VanSearch: typeof import('vant/es')['Search']
|
|
VanStepper: typeof import('vant/es')['Stepper']
|
|
VanSubmitBar: typeof import('vant/es')['SubmitBar']
|
|
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']
|
|
VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
|
|
VanTreeSelect: typeof import('vant/es')['TreeSelect']
|
|
}
|
|
}
|