forked from opentiny/tiny-vue
fix(search): fixed the maxlength attribute bug in search (#1528)
This commit is contained in:
parent
c1ec610ae7
commit
78851649f4
|
@ -36,21 +36,7 @@
|
|||
</transition>
|
||||
<input
|
||||
ref="input"
|
||||
v-bind="
|
||||
a($attrs, [
|
||||
'type',
|
||||
'class',
|
||||
'style',
|
||||
'^on\w+',
|
||||
'id',
|
||||
'disabled',
|
||||
'clearable',
|
||||
'max',
|
||||
'min',
|
||||
'readonly',
|
||||
'step'
|
||||
])
|
||||
"
|
||||
v-bind="a($attrs, ['type', 'class', 'style', '^on\w+', 'id', 'disabled', 'clearable'])"
|
||||
v-model="state.currentValue"
|
||||
:style="
|
||||
transparent
|
||||
|
|
Loading…
Reference in New Issue