|
@@ -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']
|
|
|
|
|
+ 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']
|
|
|
WdCard: typeof import('wot-design-uni/components/wd-card/wd-card.vue')['default']
|
|
WdCard: typeof import('wot-design-uni/components/wd-card/wd-card.vue')['default']
|