|
@@ -9,6 +9,11 @@ export {}
|
|
|
declare module 'vue' {
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
export interface GlobalComponents {
|
|
|
CodeViewer: typeof import('./src/components/view_file/vendors/text/CodeViewer.vue')['default']
|
|
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']
|
|
ImageViewer: typeof import('./src/components/view_file/vendors/image/ImageViewer.vue')['default']
|
|
|
Other: typeof import('./src/components/view_file/vendors/other/index.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']
|
|
PdfView: typeof import('./src/components/view_file/vendors/pdf/PdfView.vue')['default']
|