|
@@ -1,3 +1,10 @@
|
|
|
|
+/*
|
|
|
|
+ * @Author: LiZhiWei
|
|
|
|
+ * @Date: 2025-05-22 16:13:51
|
|
|
|
+ * @LastEditors: LiZhiWei
|
|
|
|
+ * @LastEditTime: 2025-05-22 16:33:27
|
|
|
|
+ * @Description:
|
|
|
|
+ */
|
|
/* eslint-disable */
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Generated by unplugin-vue-components
|
|
@@ -9,7 +16,6 @@ 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']
|
|
- copy: typeof import('./src/components/view_file/vendors/pptx/PPT copy.vue')['default']
|
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElImage: typeof import('element-plus/es')['ElImage']
|
|
ElImage: typeof import('element-plus/es')['ElImage']
|