24 lines
1.1 KiB
TypeScript
24 lines
1.1 KiB
TypeScript
|
|
/* eslint-disable */
|
||
|
|
/* prettier-ignore */
|
||
|
|
// @ts-nocheck
|
||
|
|
// Generated by vite-plugin-uni-components
|
||
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||
|
|
export {}
|
||
|
|
|
||
|
|
declare module 'vue' {
|
||
|
|
export interface GlobalComponents {
|
||
|
|
AccountCancelAgreement: typeof import('./components/AccountCancelAgreement.vue')['default']
|
||
|
|
AgentApplicationForm: typeof import('./components/AgentApplicationForm.vue')['default']
|
||
|
|
BindPhoneDialog: typeof import('./components/BindPhoneDialog.vue')['default']
|
||
|
|
ImageSaveGuide: typeof import('./components/ImageSaveGuide.vue')['default']
|
||
|
|
InquireForm: typeof import('./components/InquireForm.vue')['default']
|
||
|
|
LoginDialog: typeof import('./components/LoginDialog.vue')['default']
|
||
|
|
Payment: typeof import('./components/Payment.vue')['default']
|
||
|
|
PriceInputPopup: typeof import('./components/PriceInputPopup.vue')['default']
|
||
|
|
QRcode: typeof import('./components/QRcode.vue')['default']
|
||
|
|
RealNameAuthDialog: typeof import('./components/RealNameAuthDialog.vue')['default']
|
||
|
|
SectionTitle: typeof import('./components/SectionTitle.vue')['default']
|
||
|
|
VipBanner: typeof import('./components/VipBanner.vue')['default']
|
||
|
|
}
|
||
|
|
}
|