Fix missing package.

This commit is contained in:
FireMasterK 2021-02-24 15:14:33 +05:30
parent 360354d08e
commit c90fba3b95
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
2 changed files with 10 additions and 2 deletions

View file

@ -23,7 +23,8 @@
"videojs-contrib-quality-levels": "^2.0.9",
"videojs-hotkeys": "^0.2.27",
"vue": "^3.0.5",
"vue-router": "^4.0.4"
"vue-router": "^4.0.4",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",