Skip to content
Snippets Groups Projects
Verified Commit 1b49c0e2 authored by Georg Krause's avatar Georg Krause
Browse files

Remove vue-plyr as dependency

parent 6adae1de
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -396,7 +396,6 @@ export default {
</script>
<style lang="scss">
@import "~plyr/src/sass/plyr.scss";
html,
body,
......
import Vue from 'vue'
import EmbedFrame from './EmbedFrame'
import VuePlyr from 'vue-plyr'
Vue.use(VuePlyr)
Vue.config.productionTip = false
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment