|
|
@@ -11,18 +11,37 @@ declare module 'vue' {
|
|
|
GlobalMessage: typeof import('./components/GlobalMessage.vue')['default']
|
|
|
GlobalToast: typeof import('./components/GlobalToast.vue')['default']
|
|
|
PrivacyPopup: typeof import('./components/PrivacyPopup.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']
|
|
|
WdCell: typeof import('wot-design-uni/components/wd-cell/wd-cell.vue')['default']
|
|
|
WdCellGroup: typeof import('wot-design-uni/components/wd-cell-group/wd-cell-group.vue')['default']
|
|
|
+ WdCheckbox: typeof import('wot-design-uni/components/wd-checkbox/wd-checkbox.vue')['default']
|
|
|
+ WdCheckboxGroup: typeof import('wot-design-uni/components/wd-checkbox-group/wd-checkbox-group.vue')['default']
|
|
|
WdConfigProvider: typeof import('wot-design-uni/components/wd-config-provider/wd-config-provider.vue')['default']
|
|
|
+ WdDivider: typeof import('wot-design-uni/components/wd-divider/wd-divider.vue')['default']
|
|
|
WdIcon: typeof import('wot-design-uni/components/wd-icon/wd-icon.vue')['default']
|
|
|
+ WdInputNumber: typeof import('wot-design-uni/components/wd-input-number/wd-input-number.vue')['default']
|
|
|
WdMessageBox: typeof import('wot-design-uni/components/wd-message-box/wd-message-box.vue')['default']
|
|
|
WdNavbar: typeof import('wot-design-uni/components/wd-navbar/wd-navbar.vue')['default']
|
|
|
+ WdNoticeBar: typeof import('wot-design-uni/components/wd-notice-bar/wd-notice-bar.vue')['default']
|
|
|
WdNotify: typeof import('wot-design-uni/components/wd-notify/wd-notify.vue')['default']
|
|
|
WdPopup: typeof import('wot-design-uni/components/wd-popup/wd-popup.vue')['default']
|
|
|
+ WdRadio: typeof import('wot-design-uni/components/wd-radio/wd-radio.vue')['default']
|
|
|
+ WdRadioGroup: typeof import('wot-design-uni/components/wd-radio-group/wd-radio-group.vue')['default']
|
|
|
+ WdSidebar: typeof import('wot-design-uni/components/wd-sidebar/wd-sidebar.vue')['default']
|
|
|
+ WdSidebarItem: typeof import('wot-design-uni/components/wd-sidebar-item/wd-sidebar-item.vue')['default']
|
|
|
+ WdSortButton: typeof import('wot-design-uni/components/wd-sort-button/wd-sort-button.vue')['default']
|
|
|
+ WdStep: typeof import('wot-design-uni/components/wd-step/wd-step.vue')['default']
|
|
|
+ WdSteps: typeof import('wot-design-uni/components/wd-steps/wd-steps.vue')['default']
|
|
|
+ WdSwiper: typeof import('wot-design-uni/components/wd-swiper/wd-swiper.vue')['default']
|
|
|
+ WdTab: typeof import('wot-design-uni/components/wd-tab/wd-tab.vue')['default']
|
|
|
WdTabbar: typeof import('wot-design-uni/components/wd-tabbar/wd-tabbar.vue')['default']
|
|
|
WdTabbarItem: typeof import('wot-design-uni/components/wd-tabbar-item/wd-tabbar-item.vue')['default']
|
|
|
+ WdTabs: typeof import('wot-design-uni/components/wd-tabs/wd-tabs.vue')['default']
|
|
|
+ WdTag: typeof import('wot-design-uni/components/wd-tag/wd-tag.vue')['default']
|
|
|
+ WdTextarea: typeof import('wot-design-uni/components/wd-textarea/wd-textarea.vue')['default']
|
|
|
WdToast: typeof import('wot-design-uni/components/wd-toast/wd-toast.vue')['default']
|
|
|
+ WdUpload: typeof import('wot-design-uni/components/wd-upload/wd-upload.vue')['default']
|
|
|
}
|
|
|
}
|