1234567891011121314151617181920212223242526272829 |
- // generated by unplugin-vue-components
- // We suggest you to commit this file into source control
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- CheckGrid: typeof import('./src/components/mobile/CheckGrid/index.vue')['default']
- ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
- FileUpload: typeof import('./src/components/mobile/FileUpload/index.vue')['default']
- 'I:bx:like': typeof import('~icons/bx/like')['default']
- 'I:iconParkOutline:like': typeof import('~icons/icon-park-outline/like')['default']
- RemoteList: typeof import('./src/components/mobile/RemoteList/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- TinymceVue: typeof import('./src/components/TinymceVue/index.vue')['default']
- VanConfigProvider: typeof import('vant/es')['ConfigProvider']
- VanIcon: typeof import('vant/es')['Icon']
- VanList: typeof import('vant/es')['List']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanPopup: typeof import('vant/es')['Popup']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanRate: typeof import('vant/es')['Rate']
- VanSearch: typeof import('vant/es')['Search']
- }
- }
|