|
@@ -12,6 +12,7 @@ declare module 'vue' {
|
|
|
GlobalMessage: typeof import('./components/GlobalMessage.vue')['default']
|
|
GlobalMessage: typeof import('./components/GlobalMessage.vue')['default']
|
|
|
GlobalToast: typeof import('./components/GlobalToast.vue')['default']
|
|
GlobalToast: typeof import('./components/GlobalToast.vue')['default']
|
|
|
PrivacyPopup: typeof import('./components/PrivacyPopup.vue')['default']
|
|
PrivacyPopup: typeof import('./components/PrivacyPopup.vue')['default']
|
|
|
|
|
+ QCode: typeof import('./components/QCode.vue')['default']
|
|
|
StatusTip: typeof import('./components/StatusTip.vue')['default']
|
|
StatusTip: typeof import('./components/StatusTip.vue')['default']
|
|
|
WdBadge: typeof import('wot-design-uni/components/wd-badge/wd-badge.vue')['default']
|
|
WdBadge: typeof import('wot-design-uni/components/wd-badge/wd-badge.vue')['default']
|
|
|
WdButton: typeof import('wot-design-uni/components/wd-button/wd-button.vue')['default']
|
|
WdButton: typeof import('wot-design-uni/components/wd-button/wd-button.vue')['default']
|