From 246f7b6fd81cf2ba620b8f9bf7cf24b61d7cf521 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 17 七月 2024 16:38:54 +0800
Subject: [PATCH] bug修改

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

diff --git a/src/main.js b/src/main.js
index d1504ce..d0d0667 100644
--- a/src/main.js
+++ b/src/main.js
@@ -51,6 +51,8 @@
 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)
 
@@ -82,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