From 467628dd77f84a0754b7132a94a6d7ac8f347900 Mon Sep 17 00:00:00 2001 From: Aleksei Tsybin Date: Thu, 3 Mar 2022 00:43:32 +0300 Subject: [PATCH 1/2] feature: type for password --- src/views/LoginView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue index e95ff16..a077965 100644 --- a/src/views/LoginView.vue +++ b/src/views/LoginView.vue @@ -36,7 +36,7 @@ v-model="password" rounded icon="lock" - value="123" + type="password" placeholder="password" @focus="isValid = true" > From 336df6b7736c0a88b72b6171200fd48ba68090c8 Mon Sep 17 00:00:00 2001 From: Aleksei Tsybin Date: Thu, 3 Mar 2022 11:59:02 +0300 Subject: [PATCH 2/2] test separator --- src/views/LoginView.vue | 106 +--------------------------------------- 1 file changed, 1 insertion(+), 105 deletions(-) diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue index a077965..67acf2d 100644 --- a/src/views/LoginView.vue +++ b/src/views/LoginView.vue @@ -1,105 +1 @@ - - - - - + \ No newline at end of file