mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-14 14:10:26 +00:00
18 lines
602 B
TypeScript
18 lines
602 B
TypeScript
/* 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 {
|
|
Loading: typeof import('./src/components/Loading.vue')['default']
|
|
Logo: typeof import('./src/components/Logo.vue')['default']
|
|
SvgIcon: typeof import('./src/components/SvgIcon.vue')['default']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
VanLoading: typeof import('vant/es')['Loading']
|
|
}
|
|
}
|