Input: pass native types to input element

pull/10416/head
Leopoldthecoder 2018-03-28 17:48:09 +08:00 committed by 杨奕
parent 2e4e5906fb
commit 8ce9978ee1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
v-if="type !== 'textarea'"
class="el-input__inner"
v-bind="$attrs"
:type="type"
:disabled="inputDisabled"
:autocomplete="autoComplete"
:value="currentValue"