|
|
@@ -17,6 +17,7 @@ declare module 'vue' {
|
|
|
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']
|
|
|
+ WdCalendarView: typeof import('wot-design-uni/components/wd-calendar-view/wd-calendar-view.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']
|
|
|
@@ -36,6 +37,7 @@ declare module 'vue' {
|
|
|
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']
|
|
|
WdOverlay: typeof import('wot-design-uni/components/wd-overlay/wd-overlay.vue')['default']
|
|
|
+ WdPicker: typeof import('wot-design-uni/components/wd-picker/wd-picker.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']
|