From 93eb6650f02a734e91584c7cacad6aea8fcf6a31 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期二, 05 十二月 2023 09:22:47 +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