mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-14 06:04:51 +00:00
18 lines
616 B
TypeScript
18 lines
616 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 {
|
|
SvgIcon: typeof import('./src/components/SvgIcon.vue')['default']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
}
|
|
}
|