|
@@ -3,7 +3,7 @@
|
|
|
// @ts-nocheck
|
|
// @ts-nocheck
|
|
|
// Generated by unplugin-vue-components
|
|
// Generated by unplugin-vue-components
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
-export { }
|
|
|
|
|
|
|
+export {}
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
export interface GlobalComponents {
|
|
@@ -18,7 +18,6 @@ declare module 'vue' {
|
|
|
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']
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
|
- VanDatePicker: typeof import('vant/es')['DatePicker']
|
|
|
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanField: typeof import('vant/es')['Field']
|
|
|
VanForm: typeof import('vant/es')['Form']
|
|
VanForm: typeof import('vant/es')['Form']
|
|
@@ -26,15 +25,10 @@ declare module 'vue' {
|
|
|
VanImage: typeof import('vant/es')['Image']
|
|
VanImage: typeof import('vant/es')['Image']
|
|
|
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']
|
|
|
|
|
- VanPickerGroup: typeof import('vant/es')['PickerGroup']
|
|
|
|
|
- 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']
|
|
VanRow: typeof import('vant/es')['Row']
|
|
|
- VanStep: typeof import('vant/es')['Step']
|
|
|
|
|
- VanSteps: typeof import('vant/es')['Steps']
|
|
|
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
@@ -43,5 +37,6 @@ 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']
|
|
|
|
|
+ VanUploader: typeof import('vant/es')['Uploader']
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|