started working on autocomplete addEmployee

This commit is contained in:
Sockenklaus
2021-10-07 00:23:19 +02:00
parent 2057de63dd
commit 5ad0ca7e2e
8 changed files with 119 additions and 140 deletions

View File

@@ -15,12 +15,12 @@
"pinia": "^2.0.0-rc.10",
"vue": "^3.2.16",
"vue-month-picker": "^1.5.0",
"vue-router": "^4.0.11"
"vue-router": "^4.0.11",
"vue-tsc": "^0.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.2",
"typescript": "^4.4.3",
"vite": "^2.6.0",
"vue-tsc": "^0.3.0"
"vite": "^2.6.0"
}
}