implemented simpleSearch for Employees/Index.

This commit is contained in:
Sockenklaus
2021-11-07 15:37:08 +01:00
parent e018db9e0a
commit a9d0f109a9
6 changed files with 128 additions and 22 deletions

View File

@@ -16,6 +16,7 @@
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.6.0",
"date-fns": "^2.25.0",
"lodash": "^4.17.21",
"pinia": "^2.0.0-rc.13",
"pinia-plugin-persist": "^0.0.92",
"uuid": "^8.3.2",
@@ -26,6 +27,7 @@
},
"devDependencies": {
"@types/bootstrap": "^5.1.6",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.1",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-vue": "^1.9.3",