|
|
@@ -8,14 +8,11 @@ export {} |
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
export interface GlobalComponents { |
|
|
|
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default'] |
|
|
|
copy: typeof import('./../components/EditPosition copy.vue')['default'] |
|
|
|
CutImg: typeof import('./../components/cutImg.vue')['default'] |
|
|
|
CutImg1: typeof import('./../components/cutImg1.vue')['default'] |
|
|
|
DoCreateVideo: typeof import('./../components/doCreateVideo.vue')['default'] |
|
|
|
EditPosition: typeof import('./../components/EditPosition.vue')['default'] |
|
|
|
'EditPosition copy': typeof import('./../components/EditPosition copy.vue')['default'] |
|
|
|
ElButton: typeof import('element-plus/es')['ElButton'] |
|
|
|
ElCol: typeof import('element-plus/es')['ElCol'] |
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog'] |
|
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown'] |
|
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] |
|
|
@@ -27,10 +24,7 @@ declare module '@vue/runtime-core' { |
|
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] |
|
|
|
ElOption: typeof import('element-plus/es')['ElOption'] |
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination'] |
|
|
|
ElRow: typeof import('element-plus/es')['ElRow'] |
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect'] |
|
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane'] |
|
|
|
ElTabs: typeof import('element-plus/es')['ElTabs'] |
|
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip'] |
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload'] |
|
|
|
GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default'] |
|
|
|