Remove vue-plyr as dependency

This commit is contained in:
Georg Krause 2021-10-25 16:20:28 +02:00
parent 6adae1de66
commit 1b49c0e259
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
4 changed files with 769 additions and 380 deletions

View File

@ -35,7 +35,6 @@
"vue": "^2.6.10",
"vue-gettext": "^2.1.0",
"vue-lazyload": "^1.2.6",
"vue-plyr": "^5.0.4",
"vue-router": "^3.0.1",
"vue-upload-component": "^2.8.11",
"vuedraggable": "^2.16.0",

View File

@ -396,7 +396,6 @@ export default {
</script>
<style lang="scss">
@import "~plyr/src/sass/plyr.scss";
html,
body,

View File

@ -1,9 +1,6 @@
import Vue from 'vue'
import EmbedFrame from './EmbedFrame'
import VuePlyr from 'vue-plyr'
Vue.use(VuePlyr)
Vue.config.productionTip = false

File diff suppressed because it is too large Load Diff