|
@@ -8,15 +8,47 @@ export {} |
|
|
declare module '@vue/runtime-core' { |
|
|
declare module '@vue/runtime-core' { |
|
|
export interface GlobalComponents { |
|
|
export interface GlobalComponents { |
|
|
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default'] |
|
|
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default'] |
|
|
copy: typeof import('./../components/EditPosition copy.vue')['default'] |
|
|
|
|
|
CutImg: typeof import('./../components/cutImg.vue')['default'] |
|
|
CutImg: typeof import('./../components/cutImg.vue')['default'] |
|
|
CutImg1: typeof import('./../components/cutImg1.vue')['default'] |
|
|
CutImg1: typeof import('./../components/cutImg1.vue')['default'] |
|
|
EditPosition: typeof import('./../components/EditPosition.vue')['default'] |
|
|
EditPosition: typeof import('./../components/EditPosition.vue')['default'] |
|
|
'EditPosition copy': typeof import('./../components/EditPosition copy.vue')['default'] |
|
|
'EditPosition copy': typeof import('./../components/EditPosition copy.vue')['default'] |
|
|
|
|
|
ElButton: typeof import('element-plus/es')['ElButton'] |
|
|
|
|
|
ElCard: typeof import('element-plus/es')['ElCard'] |
|
|
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog'] |
|
|
|
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown'] |
|
|
|
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] |
|
|
|
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] |
|
|
|
|
|
ElForm: typeof import('element-plus/es')['ElForm'] |
|
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem'] |
|
|
ElIcon: typeof import('element-plus/es')['ElIcon'] |
|
|
ElIcon: typeof import('element-plus/es')['ElIcon'] |
|
|
|
|
|
ElInput: typeof import('element-plus/es')['ElInput'] |
|
|
|
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] |
|
|
|
|
|
ElOption: typeof import('element-plus/es')['ElOption'] |
|
|
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination'] |
|
|
|
|
|
ElRadio: typeof import('element-plus/es')['ElRadio'] |
|
|
|
|
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] |
|
|
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect'] |
|
|
|
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch'] |
|
|
|
|
|
ElTable: typeof import('element-plus/es')['ElTable'] |
|
|
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] |
|
|
|
|
|
ElTag: typeof import('element-plus/es')['ElTag'] |
|
|
|
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip'] |
|
|
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload'] |
|
|
GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default'] |
|
|
GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default'] |
|
|
Hamburger: typeof import('./../components/Hamburger/index.vue')['default'] |
|
|
Hamburger: typeof import('./../components/Hamburger/index.vue')['default'] |
|
|
IconSelect: typeof import('./../components/IconSelect/index.vue')['default'] |
|
|
IconSelect: typeof import('./../components/IconSelect/index.vue')['default'] |
|
|
|
|
|
IEpCloseBold: typeof import('~icons/ep/close-bold')['default'] |
|
|
|
|
|
IEpCollection: typeof import('~icons/ep/collection')['default'] |
|
|
|
|
|
IEpDelete: typeof import('~icons/ep/delete')['default'] |
|
|
|
|
|
IEpDocumentAdd: typeof import('~icons/ep/document-add')['default'] |
|
|
|
|
|
IEpDownload: typeof import('~icons/ep/download')['default'] |
|
|
|
|
|
IEpEdit: typeof import('~icons/ep/edit')['default'] |
|
|
|
|
|
IEpLoading: typeof import('~icons/ep/loading')['default'] |
|
|
|
|
|
IEpLock: typeof import('~icons/ep/lock')['default'] |
|
|
|
|
|
IEpPlus: typeof import('~icons/ep/plus')['default'] |
|
|
|
|
|
IEpRefresh: typeof import('~icons/ep/refresh')['default'] |
|
|
|
|
|
IEpSearch: typeof import('~icons/ep/search')['default'] |
|
|
|
|
|
IEpVideoPlay: typeof import('~icons/ep/video-play')['default'] |
|
|
LangSelect: typeof import('./../components/LangSelect/index.vue')['default'] |
|
|
LangSelect: typeof import('./../components/LangSelect/index.vue')['default'] |
|
|
MultiUpload: typeof import('./../components/Upload/MultiUpload.vue')['default'] |
|
|
MultiUpload: typeof import('./../components/Upload/MultiUpload.vue')['default'] |
|
|
MyLoading: typeof import('./../components/myLoading.vue')['default'] |
|
|
MyLoading: typeof import('./../components/myLoading.vue')['default'] |
|
@@ -30,4 +62,8 @@ declare module '@vue/runtime-core' { |
|
|
TalkUs: typeof import('./../components/talkUs.vue')['default'] |
|
|
TalkUs: typeof import('./../components/talkUs.vue')['default'] |
|
|
WangEditor: typeof import('./../components/WangEditor/index.vue')['default'] |
|
|
WangEditor: typeof import('./../components/WangEditor/index.vue')['default'] |
|
|
} |
|
|
} |
|
|
|
|
|
export interface ComponentCustomProperties { |
|
|
|
|
|
vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll'] |
|
|
|
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective'] |
|
|
|
|
|
} |
|
|
} |
|
|
} |