summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-01-06 18:36:16 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-01-29 01:20:27 +0300
commit5fa09a25c207d13ec1c9a8df92fc058f15a872e1 (patch)
tree3449a5f1c691dddd6f1e6ecc22abc0f5050b1b8f /package.json
parent5e7ac49058e5dc37fd43ecf3c0d06f5dda14af5b (diff)
downloadwebui-vue-5fa09a25c207d13ec1c9a8df92fc058f15a872e1.tar.xz
Update local user layout and styles
- Add BVConfig plugin to modify boostrap component defaults - Add vuelidate - Add package and basic validations to user form - Add all user form validations - Add checks for edit user Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I301a65071c5cdbe16f10ce6a2a6bfa1b2516dc3d
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2200800f..188545db 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
"vue": "2.6.11",
"vue-date-fns": "1.1.0",
"vue-router": "3.1.3",
+ "vuelidate": "^0.7.4",
"vuex": "3.0.1"
},
"devDependencies": {