Remove vue-plyr as dependency
This commit is contained in:
parent
6adae1de66
commit
1b49c0e259
|
@ -35,7 +35,6 @@
|
||||||
"vue": "^2.6.10",
|
"vue": "^2.6.10",
|
||||||
"vue-gettext": "^2.1.0",
|
"vue-gettext": "^2.1.0",
|
||||||
"vue-lazyload": "^1.2.6",
|
"vue-lazyload": "^1.2.6",
|
||||||
"vue-plyr": "^5.0.4",
|
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
"vue-upload-component": "^2.8.11",
|
"vue-upload-component": "^2.8.11",
|
||||||
"vuedraggable": "^2.16.0",
|
"vuedraggable": "^2.16.0",
|
||||||
|
|
|
@ -396,7 +396,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "~plyr/src/sass/plyr.scss";
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
|
||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import EmbedFrame from './EmbedFrame'
|
import EmbedFrame from './EmbedFrame'
|
||||||
import VuePlyr from 'vue-plyr'
|
|
||||||
|
|
||||||
Vue.use(VuePlyr)
|
|
||||||
|
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
|
|
||||||
|
|
1144
front/yarn.lock
1144
front/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue