|
|
@@ -14,6 +14,7 @@ declare module 'vue' {
|
|
|
PrivacyPopup: typeof import('./components/PrivacyPopup.vue')['default']
|
|
|
QCode: typeof import('./components/QCode.vue')['default']
|
|
|
StatusTip: typeof import('./components/StatusTip.vue')['default']
|
|
|
+ WdActionSheet: typeof import('wot-design-uni/components/wd-action-sheet/wd-action-sheet.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']
|
|
|
WdCard: typeof import('wot-design-uni/components/wd-card/wd-card.vue')['default']
|