From 56cc0c54ae3c5e11dcf13f7a24e177971a557891 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 25 十月 2024 14:21:22 +0800
Subject: [PATCH] 优化大图预览

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

diff --git a/h5/main.js b/h5/main.js
index 7bead7b..e9c6651 100644
--- a/h5/main.js
+++ b/h5/main.js
@@ -7,6 +7,11 @@
 
 import store from './store/index.js'
 
+import 'viewerjs/dist/viewer.css'
+import Viewer from 'v-viewer'
+
+Vue.use(Viewer)
+
 Vue.prototype.$store = store;
 
 try {

--
Gitblit v1.9.3