@@ -14,11 +14,9 @@ import animated from 'animate.css';
importVideoPlayerfrom'vue-video-player'
import'video.js/dist/video-js.css'
import'vue-video-player/src/custom-theme.css'
Vue.use(VideoPlayer)
// 滚动动画 wow.js
// import {
// WOW
// } from '../public/static/js/wow'
import{
getFullUrl
}from'@/utils/index'
...
...
@@ -30,20 +28,6 @@ Vue.use(ElementUI);
// 全局注册动画效果
Vue.use(animated);
// Vue.prototype.$wow = new WOW({
// boxClass: 'wow', // default
// animateClass: 'animated', // default
// offset: 0, // default
// mobile: true, // default
// live: true,
// scrollContainer: null,
// resetAnimation: true,
// // live为true时,控制台会提示:MutationObserver is not supported by your browser. & WOW.js cannot detect dom mutations, please call .sync() after loading new content.