| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /* 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 {
- CusNavigation: typeof import('./src/components/CusNavigation.vue')['default']
- Index: typeof import('./src/components/QR/Index.vue')['default']
- Pump: typeof import('./src/components/products/Pump.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanActionSheet: typeof import('vant/es')['ActionSheet']
- VanBackTop: typeof import('vant/es')['BackTop']
- VanButton: typeof import('vant/es')['Button']
- VanCell: typeof import('vant/es')['Cell']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCheckbox: typeof import('vant/es')['Checkbox']
- VanDatePicker: typeof import('vant/es')['DatePicker']
- VanDropdownItem: typeof import('vant/es')['DropdownItem']
- VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanLoading: typeof import('vant/es')['Loading']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanOverlay: typeof import('vant/es')['Overlay']
- VanPicker: typeof import('vant/es')['Picker']
- VanPopup: typeof import('vant/es')['Popup']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanStepper: typeof import('vant/es')['Stepper']
- VanSwipeCell: typeof import('vant/es')['SwipeCell']
- VanTabbar: typeof import('vant/es')['Tabbar']
- VanTabbarItem: typeof import('vant/es')['TabbarItem']
- VanTag: typeof import('vant/es')['Tag']
- VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
- }
- }
|