lsc 2 éve
szülő
commit
10f5f50a19
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/main.js

+ 3 - 1
src/main.js

@@ -22,7 +22,9 @@ import hevueImgPreview from 'hevue-img-preview'
 const echarts = require('echarts');
 
 //
-Vue.use(VideoPlayer).use(VueCookies).use(Viewer).use(hevueImgPreview)
+Vue.use(VideoPlayer).use(VueCookies).use(Viewer).use(hevueImgPreview, {
+    clickMaskCLose: true
+})
 Vue.config.productionTip = false
 Vue.prototype.$store = store; // 将store实例挂在vue原型上
 Vue.prototype.ajax = ajax