chore(ui): Add missing packages to devel packages
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-14 17:37:50 +01:00
parent b2c93cda2a
commit 1c8b9b51a7
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@
},
"devDependencies": {
"prettier": "^2.5.1",
"typescript": "^4.5.2"
"typescript": "^4.5.2",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"prettier": {
"singleQuote": true,