|
@@ -13,12 +13,22 @@ declare module 'vue' {
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
SelectInst: typeof import('./src/components/select-inst.vue')['default']
|
|
SelectInst: typeof import('./src/components/select-inst.vue')['default']
|
|
|
SelectInstAppointRecord: typeof import('./src/components/select-inst-appoint-record.vue')['default']
|
|
SelectInstAppointRecord: typeof import('./src/components/select-inst-appoint-record.vue')['default']
|
|
|
|
|
+ VanActionBar: typeof import('vant/es')['ActionBar']
|
|
|
|
|
+ VanActionBarButton: typeof import('vant/es')['ActionBarButton']
|
|
|
|
|
+ VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
|
|
|
|
|
+ VanBackTop: typeof import('vant/es')['BackTop']
|
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
|
VanCalendar: typeof import('vant/es')['Calendar']
|
|
VanCalendar: typeof import('vant/es')['Calendar']
|
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
|
|
|
+ VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
|
|
|
+ VanCol: typeof import('vant/es')['Col']
|
|
|
|
|
+ VanCollapse: typeof import('vant/es')['Collapse']
|
|
|
|
|
+ VanCollapseItem: typeof import('vant/es')['CollapseItem']
|
|
|
|
|
+ VanDatePicker: typeof import('vant/es')['DatePicker']
|
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
|
|
|
+ VanEmpty: typeof import('vant/es')['Empty']
|
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanField: typeof import('vant/es')['Field']
|
|
|
VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
|
|
VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
|
|
|
VanForm: typeof import('vant/es')['Form']
|
|
VanForm: typeof import('vant/es')['Form']
|
|
@@ -27,9 +37,12 @@ declare module 'vue' {
|
|
|
VanList: typeof import('vant/es')['List']
|
|
VanList: typeof import('vant/es')['List']
|
|
|
VanNotify: typeof import('vant/es')['Notify']
|
|
VanNotify: typeof import('vant/es')['Notify']
|
|
|
VanPicker: typeof import('vant/es')['Picker']
|
|
VanPicker: typeof import('vant/es')['Picker']
|
|
|
|
|
+ VanPickerGroup: typeof import('vant/es')['PickerGroup']
|
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
|
|
|
+ VanRow: typeof import('vant/es')['Row']
|
|
|
|
|
+ VanSearch: typeof import('vant/es')['Search']
|
|
|
VanStep: typeof import('vant/es')['Step']
|
|
VanStep: typeof import('vant/es')['Step']
|
|
|
VanStepper: typeof import('vant/es')['Stepper']
|
|
VanStepper: typeof import('vant/es')['Stepper']
|
|
|
VanSteps: typeof import('vant/es')['Steps']
|
|
VanSteps: typeof import('vant/es')['Steps']
|
|
@@ -41,6 +54,7 @@ declare module 'vue' {
|
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
|
VanTag: typeof import('vant/es')['Tag']
|
|
VanTag: typeof import('vant/es')['Tag']
|
|
|
VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
|
|
VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
|
|
|
|
|
+ VanTimePicker: typeof import('vant/es')['TimePicker']
|
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|