From b94b1cdc4fe7b481c251b306b1b00f2f2cec4b27 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Wed, 06 Dec 2023 16:02:59 +0800
Subject: [PATCH] 前台机构公示过滤
---
src/main.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main.js b/src/main.js
index 5cf8846..1e46077 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'
+import loadMore from '@/utils/selectLoadMoreDirective'
+Boot.registerModule(attachmentModule)
const app = createApp(App)
// 全局方法挂载
@@ -70,7 +74,7 @@
app.use(plugins)
app.use(elementIcons)
app.component('svg-icon', SvgIcon)
-
+app.directive('loadMore',loadMore)
directive(app)
// 使用element-plus 并且设置全局的大小
--
Gitblit v1.9.2