|
@@ -13,7 +13,6 @@ declare module 'vue' {
|
|
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
|
|
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
|
|
BuildCode: typeof import('./../components/BuildCode/index.vue')['default']
|
|
BuildCode: typeof import('./../components/BuildCode/index.vue')['default']
|
|
Chart: typeof import('./../components/Chart/index.vue')['default']
|
|
Chart: typeof import('./../components/Chart/index.vue')['default']
|
|
- ChunkUpload: typeof import('./../components/ChunkUpload/index.vue')['default']
|
|
|
|
CompanyMap: typeof import('./../components/Map/company-map.vue')['default']
|
|
CompanyMap: typeof import('./../components/Map/company-map.vue')['default']
|
|
Contact: typeof import('./../components/Contact/index.vue')['default']
|
|
Contact: typeof import('./../components/Contact/index.vue')['default']
|
|
ContactSelect: typeof import('./../components/ContactSelect/index.vue')['default']
|
|
ContactSelect: typeof import('./../components/ContactSelect/index.vue')['default']
|
|
@@ -27,7 +26,6 @@ declare module 'vue' {
|
|
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
|
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
|
ElBadge: typeof import('element-plus/es')['ElBadge']
|
|
ElBadge: typeof import('element-plus/es')['ElBadge']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
- ElCard: typeof import('element-plus/es')['ElCard']
|
|
|
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
|
|
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
@@ -57,6 +55,8 @@ declare module 'vue' {
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
|
+ ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
|
|
|
|
+ ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem']
|
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
@@ -66,10 +66,8 @@ declare module 'vue' {
|
|
ElText: typeof import('element-plus/es')['ElText']
|
|
ElText: typeof import('element-plus/es')['ElText']
|
|
ElTimeline: typeof import('element-plus/es')['ElTimeline']
|
|
ElTimeline: typeof import('element-plus/es')['ElTimeline']
|
|
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
|
|
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
|
|
- ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
|
|
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
- ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
|
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
ExcelEditor: typeof import('./../components/ExcelEditor/index.vue')['default']
|
|
ExcelEditor: typeof import('./../components/ExcelEditor/index.vue')['default']
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
@@ -82,8 +80,6 @@ declare module 'vue' {
|
|
HikvisionPlayer: typeof import('./../components/HKVideo/hikvision-player.vue')['default']
|
|
HikvisionPlayer: typeof import('./../components/HKVideo/hikvision-player.vue')['default']
|
|
HKVideo: typeof import('./../components/HKVideo/index.vue')['default']
|
|
HKVideo: typeof import('./../components/HKVideo/index.vue')['default']
|
|
IconSelect: typeof import('./../components/IconSelect/index.vue')['default']
|
|
IconSelect: typeof import('./../components/IconSelect/index.vue')['default']
|
|
- IEpCaretBottom: typeof import('~icons/ep/caret-bottom')['default']
|
|
|
|
- IEpCaretTop: typeof import('~icons/ep/caret-top')['default']
|
|
|
|
IFrame: typeof import('./../components/iFrame/index.vue')['default']
|
|
IFrame: typeof import('./../components/iFrame/index.vue')['default']
|
|
ImagePreview: typeof import('./../components/ImagePreview/index.vue')['default']
|
|
ImagePreview: typeof import('./../components/ImagePreview/index.vue')['default']
|
|
ImageUpload: typeof import('./../components/ImageUpload/index.vue')['default']
|
|
ImageUpload: typeof import('./../components/ImageUpload/index.vue')['default']
|