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

vue-video-player

parent d32e9552
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
"vue-cropper": "0.5.5", "vue-cropper": "0.5.5",
"vue-meta": "2.4.0", "vue-meta": "2.4.0",
"vue-router": "3.4.9", "vue-router": "3.4.9",
"vue-video-player": "5.0",
"vuedraggable": "^2.24.3", "vuedraggable": "^2.24.3",
"vuex": "3.6.0" "vuex": "3.6.0"
}, },
......
import Vue from 'vue' import Vue from 'vue'
import VueParticles from 'vue-particles' import VueParticles from 'vue-particles'
import VueVideoPlayer from 'vue-video-player';
import 'video.js/dist/video-js.css';
/* 引入公用UI插件 */ /* 引入公用UI插件 */
import Element from 'element-ui' import Element from 'element-ui'
...@@ -81,6 +84,7 @@ Vue.use(framework) ...@@ -81,6 +84,7 @@ Vue.use(framework)
Vue.use(plugins) Vue.use(plugins)
Vue.use(VueMeta) Vue.use(VueMeta)
Vue.use(VueParticles) Vue.use(VueParticles)
Vue.use(VueVideoPlayer);
DictData.install() DictData.install()
/** /**
* If you don't want to use mock-server * 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