|
|
@@ -9,11 +9,6 @@ export {}
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
CodeViewer: typeof import('./src/components/view_file/vendors/text/CodeViewer.vue')['default']
|
|
|
- ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
- ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
- ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
- ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
- ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
ImageViewer: typeof import('./src/components/view_file/vendors/image/ImageViewer.vue')['default']
|
|
|
Other: typeof import('./src/components/view_file/vendors/other/index.vue')['default']
|
|
|
PdfView: typeof import('./src/components/view_file/vendors/pdf/PdfView.vue')['default']
|