changes
This commit is contained in:
@@ -21,12 +21,13 @@
|
||||
class="button"
|
||||
@click="showpass = !showpass"
|
||||
>
|
||||
<SvgIcon
|
||||
v-bind="{
|
||||
name: showpass ? 'eye-off.svg' : 'view.svg',
|
||||
type: 'gray',
|
||||
size: 24,
|
||||
}"
|
||||
<Icon
|
||||
:name="
|
||||
showpass
|
||||
? 'material-symbols:visibility-off-outline-rounded'
|
||||
: 'material-symbols:visibility-outline-rounded'
|
||||
"
|
||||
:size="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
@@ -60,12 +61,13 @@
|
||||
class="button"
|
||||
@click="showpass = !showpass"
|
||||
>
|
||||
<SvgIcon
|
||||
v-bind="{
|
||||
name: showpass ? 'eye-off.svg' : 'view.svg',
|
||||
type: 'gray',
|
||||
size: 24,
|
||||
}"
|
||||
<Icon
|
||||
:name="
|
||||
showpass
|
||||
? 'material-symbols:visibility-off-outline-rounded'
|
||||
: 'material-symbols:visibility-outline-rounded'
|
||||
"
|
||||
:size="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
@@ -98,12 +100,13 @@
|
||||
class="button"
|
||||
@click="showpass = !showpass"
|
||||
>
|
||||
<SvgIcon
|
||||
v-bind="{
|
||||
name: showpass ? 'eye-off.svg' : 'view.svg',
|
||||
type: 'gray',
|
||||
size: 24,
|
||||
}"
|
||||
<Icon
|
||||
:name="
|
||||
showpass
|
||||
? 'material-symbols:visibility-off-outline-rounded'
|
||||
: 'material-symbols:visibility-outline-rounded'
|
||||
"
|
||||
:size="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user