input: delete unnecessary judgment

pull/22453/head
hhh0 2023-03-21 11:50:45 +08:00
parent f14b5ba540
commit 3682f18040
1 changed files with 0 additions and 1 deletions

View File

@ -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"