From 3451f5695d6fb65eeac2f4eedd9bf8cdd16a6d79 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期五, 01 十二月 2023 17:21:12 +0800 Subject: [PATCH] 评价类型、业务范围 --- src/main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 5cf8846..f2db41f 100644 --- a/src/main.js +++ b/src/main.js @@ -43,6 +43,10 @@ // 字典标签组件 import DictTag from '@/components/DictTag' +import { Boot } from '@wangeditor/editor' +import attachmentModule from '@wangeditor/plugin-upload-attachment' + +Boot.registerModule(attachmentModule) const app = createApp(App) // 全局方法挂载 -- Gitblit v1.9.2