|
|
@@ -59,6 +59,7 @@ declare module '@vue/runtime-core' {
|
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
|
ElText: typeof import('element-plus/es')['ElText']
|
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
+ ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
Image: typeof import('./src/components/Image/index.vue')['default']
|
|
|
Loading: typeof import('./src/components/Loading/index.vue')['default']
|
|
|
Pagination: typeof import('./src/components/TableBase/components/Pagination.vue')['default']
|