1234567891011121314151617181920212223242526 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- FilterRate: typeof import('./src/components/FilterRate.vue')['default']
- Form: typeof import('./src/components/Form.vue')['default']
- List: typeof import('./src/components/List.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Table: typeof import('./src/components/Table.vue')['default']
- VanCard: typeof import('vant/es')['Card']
- VanEmpty: typeof import('vant/es')['Empty']
- VanList: typeof import('vant/es')['List']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanSearch: typeof import('vant/es')['Search']
- VanTabbar: typeof import('vant/es')['Tabbar']
- VanTabbarItem: typeof import('vant/es')['TabbarItem']
- }
- }
|