added input masks to EmployeeDetails, started implementing Employees/Index. Updated to Vue 3.2.21

This commit is contained in:
Sockenklaus
2021-11-07 02:27:13 +01:00
parent cbd0db7ec5
commit e018db9e0a
10 changed files with 712 additions and 455 deletions

View File

@@ -4,6 +4,7 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build-test": "vite build",
"serve": "vite preview"
},
"dependencies": {
@@ -18,7 +19,8 @@
"pinia": "^2.0.0-rc.13",
"pinia-plugin-persist": "^0.0.92",
"uuid": "^8.3.2",
"vue": "^3.2.20",
"vue": "^3.2.21",
"vue-imask": "^6.2.2",
"vue-router": "^4.0.12",
"vue-tsc": "^0.3.0"
},