feature: type for password

This commit is contained in:
Aleksei Tsybin 2022-03-03 00:43:32 +03:00
parent f80a836d9e
commit 467628dd77

View File

@ -36,7 +36,7 @@
v-model="password"
rounded
icon="lock"
value="123"
type="password"
placeholder="password"
@focus="isValid = true"
></b-input>