|
@@ -8,6 +8,7 @@ import "@/assets/style/my-reset.css"
|
|
|
import clickOutside from "@/directives/v-click-outside.js"
|
|
|
import 'viewerjs/dist/viewer.css'
|
|
|
import Viewer from 'v-viewer'
|
|
|
+import VueLazyload from 'vue-lazyload'
|
|
|
import { MessageCenter } from "@/utils.js"
|
|
|
|
|
|
console.log(`version: ${process.env.VUE_APP_VERSION}`)
|
|
@@ -52,6 +53,7 @@ Vue.config.productionTip = false
|
|
|
|
|
|
Vue.use(clickOutside)
|
|
|
Vue.use(Viewer)
|
|
|
+Vue.use(VueLazyload)
|
|
|
|
|
|
new Vue({
|
|
|
router,
|