This commit is contained in:
syuilo 2019-02-18 09:57:19 +09:00
parent f78b28b995
commit 9883c751da
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -7,7 +7,7 @@
</div>
<span class="label" ref="label"><slot></slot></span>
<span class="title" ref="title"><slot name="title"></slot></span>
<div class="prefix" ref="prefix"><slot name="prefix"></slot></div>
<div class="prefix" ref="prefix"><span><slot name="prefix"></slot></span></div>
<template v-if="type != 'file'">
<input ref="input"
:type="type"
@ -37,7 +37,7 @@
@change="onChangeFile"
>
</template>
<div class="suffix" ref="suffix"><slot name="suffix"></slot></div>
<div class="suffix" ref="suffix"><span><slot name="suffix"></slot></span></div>
</div>
<div class="toggle" v-if="withPasswordToggle">
<a @click='togglePassword'>