From 668d3b27a611b4863273700c91d1ee180c494dcb Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 26 Jun 2018 18:58:01 +0200 Subject: [PATCH] refactor(Pages): add b-form, b-form-input, autocomplete to Login & Register --- CHANGELOG.md | 2 ++ src/views/pages/Login.vue | 38 ++++++++++++------------ src/views/pages/Register.vue | 56 +++++++++++++++++++----------------- 3 files changed, 51 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e27477..df5be0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ##### `v2.0.0-next` - fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion +- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Login +- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Register - chore: update `@coreui/coreui` to `2.0.3` - chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.3` - chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.3` diff --git a/src/views/pages/Login.vue b/src/views/pages/Login.vue index 9834fbaf..c19a536e 100644 --- a/src/views/pages/Login.vue +++ b/src/views/pages/Login.vue @@ -6,24 +6,26 @@ -

Login

-

Sign In to your account

- - - - - - - - - - - Login - - - Forgot password? - - + +

Login

+

Sign In to your account

+ + + + + + + + + + + Login + + + Forgot password? + + +
diff --git a/src/views/pages/Register.vue b/src/views/pages/Register.vue index 80f91ff2..474703d3 100644 --- a/src/views/pages/Register.vue +++ b/src/views/pages/Register.vue @@ -5,37 +5,39 @@ -

Register

-

Create your account

- - - - - - + +

Register

+

Create your account

+ + + + + + - - - @ - - - + + + @ + + + - - - - - - + + + + + + - - - - - - + + + + + + - Create Account + Create Account +