From e0efc30a2e3e748707dcb1da7295dd3c9f880e9a Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Wed, 06 Dec 2023 08:32:05 +0800
Subject: [PATCH] 专家用户
---
src/main.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.js b/src/main.js
index f2db41f..1e46077 100644
--- a/src/main.js
+++ b/src/main.js
@@ -45,7 +45,7 @@
import { Boot } from '@wangeditor/editor'
import attachmentModule from '@wangeditor/plugin-upload-attachment'
-
+import loadMore from '@/utils/selectLoadMoreDirective'
Boot.registerModule(attachmentModule)
const app = createApp(App)
@@ -74,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