mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Revert "🎨"
This reverts commit 9883c751dabb2d6c8e54c3d367626562f4b13ab4.
This commit is contained in:
parent
e1b6e3e475
commit
661776e18c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
<span class="label" ref="label"><slot></slot></span>
|
<span class="label" ref="label"><slot></slot></span>
|
||||||
<span class="title" ref="title"><slot name="title"></slot></span>
|
<span class="title" ref="title"><slot name="title"></slot></span>
|
||||||
<div class="prefix" ref="prefix"><span><slot name="prefix"></slot></span></div>
|
<div class="prefix" ref="prefix"><slot name="prefix"></slot></div>
|
||||||
<template v-if="type != 'file'">
|
<template v-if="type != 'file'">
|
||||||
<input ref="input"
|
<input ref="input"
|
||||||
:type="type"
|
:type="type"
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
@change="onChangeFile"
|
@change="onChangeFile"
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
<div class="suffix" ref="suffix"><span><slot name="suffix"></slot></span></div>
|
<div class="suffix" ref="suffix"><slot name="suffix"></slot></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="toggle" v-if="withPasswordToggle">
|
<div class="toggle" v-if="withPasswordToggle">
|
||||||
<a @click='togglePassword'>
|
<a @click='togglePassword'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue