chenhj
2026-04-30 a096b6183948cbe05e50498de96620c209e7e8b5
src/main.js
@@ -48,6 +48,8 @@
import ImageUpload from "@/components/AttachmentUpload/image";
// 图片预览组件
import ImagePreview from "@/components/AttachmentPreview/image";
// 附件弹窗组件
import FileListDialog from "@/components/Dialog/FileList.vue";
// 字典标签组件
import DictTag from "@/components/DictTag";
// 表格组件
@@ -92,6 +94,7 @@
app.component("FileUpload", FileUpload);
app.component("ImageUpload", ImageUpload);
app.component("ImagePreview", ImagePreview);
app.component("FileListDialog", FileListDialog);
app.component("RightToolbar", RightToolbar);
app.component("Editor", Editor);
app.component("PIMTable", PIMTable);