mirror of
https://gitee.com/bootx/dax-pay-h5
synced 2026-08-12 07:25:40 +08:00
21 lines
806 B
TypeScript
21 lines
806 B
TypeScript
// 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 {
|
|
Loading: typeof import('./src/components/Loading/Loading.vue')['default']
|
|
SvgIcon: typeof import('./src/components/SvgIcon/SvgIcon.vue')['default']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
VanLoading: typeof import('vant/es')['Loading']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanOverlay: typeof import('vant/es')['Overlay']
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
}
|
|
}
|