working an AddEmployeeModal

This commit is contained in:
Sockenklaus
2021-10-08 02:36:13 +02:00
parent a663552aa8
commit 7af79c199b
5 changed files with 310 additions and 120 deletions

View File

@@ -9,18 +9,19 @@
"dependencies": {
"@oruga-ui/oruga-next": "^0.4.5",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.1",
"bootstrap": "^5.1.2",
"bootstrap-icons": "^1.5.0",
"date-fns": "^2.24.0",
"pinia": "^2.0.0-rc.10",
"date-fns": "^2.25.0",
"pinia": "^2.0.0-rc.12",
"vue": "^3.2.16",
"vue-month-picker": "^1.5.0",
"vue-router": "^4.0.11",
"vue-tsc": "^0.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.2",
"@vitejs/plugin-vue": "^1.9.3",
"sass": "^1.42.1",
"typescript": "^4.4.3",
"vite": "^2.6.0"
"vite": "^2.6.5"
}
}