Commit 07593b79 authored by 李苏's avatar 李苏 💬

vue-video-player

parent d32e9552
import Vue from 'vue'
import VueParticles from 'vue-particles'
import VueVideoPlayer from 'vue-video-player';
import 'video.js/dist/video-js.css';
/* 引入公用UI插件 */
import Element from 'element-ui'
......@@ -81,6 +84,7 @@ Vue.use(framework)
Vue.use(plugins)
Vue.use(VueMeta)
Vue.use(VueParticles)
Vue.use(VueVideoPlayer);
DictData.install()
/**
* If you don't want to use mock-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment