mirror of https://github.com/ElemeFE/element
input: delete unnecessary judgment
parent
f14b5ba540
commit
3682f18040
|
@ -22,7 +22,6 @@
|
|||
</div>
|
||||
<input
|
||||
:tabindex="tabindex"
|
||||
v-if="type !== 'textarea'"
|
||||
class="el-input__inner"
|
||||
v-bind="$attrs"
|
||||
:type="showPassword ? (passwordVisible ? 'text': 'password') : type"
|
||||
|
|
Loading…
Reference in New Issue