| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* 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/layout/header.vue')['default']
- Layout: typeof import('./src/components/layout/index.vue')['default']
- Main: typeof import('./src/components/layout/main.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanButton: typeof import('vant/es')['Button']
- VanCell: typeof import('vant/es')['Cell']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCollapse: typeof import('vant/es')['Collapse']
- VanCollapseItem: typeof import('vant/es')['CollapseItem']
- VanDialog: typeof import('vant/es')['Dialog']
- VanDropdownItem: typeof import('vant/es')['DropdownItem']
- VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
- VanEmpty: typeof import('vant/es')['Empty']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanGrid: typeof import('vant/es')['Grid']
- VanGridItem: typeof import('vant/es')['GridItem']
- VanIcon: typeof import('vant/es')['Icon']
- VanList: typeof import('vant/es')['List']
- VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
- VanPasswordInput: typeof import('vant/es')['PasswordInput']
- VanPopup: typeof import('vant/es')['Popup']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanSearch: typeof import('vant/es')['Search']
- VanSwipe: typeof import('vant/es')['Swipe']
- VanSwipeItem: typeof import('vant/es')['SwipeItem']
- VanTab: typeof import('vant/es')['Tab']
- VanTabs: typeof import('vant/es')['Tabs']
- VantList: typeof import('./src/components/vantList.vue')['default']
- }
- }
|