12345678910111213141516171819 |
- /* 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 {
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Tag: typeof import('./src/components/tag.vue')['default']
- VanField: typeof import('vant/es')['Field']
- VanIcon: typeof import('vant/es')['Icon']
- VanLoading: typeof import('vant/es')['Loading']
- VanPopover: typeof import('vant/es')['Popover']
- }
- }
|