From c293e8f2c2c8f1eae95b0255a8745456963511d2 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 05 七月 2024 15:11:44 +0800
Subject: [PATCH] 线下登记、统计

---
 src/main.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index ad736f7..d0d0667 100644
--- a/src/main.js
+++ b/src/main.js
@@ -51,6 +51,7 @@
 import { Boot } from '@wangeditor/editor'
 import attachmentModule from '@wangeditor/plugin-upload-attachment'
 import loadMore from '@/utils/selectLoadMoreDirective'
+import loadMoreNew from '@/utils/directive'
 import "video.js/dist/video-js.css"
 Boot.registerModule(attachmentModule)
 const app = createApp(App)
@@ -83,6 +84,8 @@
 app.use(preReClick)
 app.component('svg-icon', SvgIcon)
 app.directive('loadMore',loadMore)
+app.directive('loadMoreNew',loadMoreNew)
+// app.use(Directives)
 directive(app)
 
 // 使用element-plus 并且设置全局的大小

--
Gitblit v1.9.2