mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: field blur event triigered twice
This commit is contained in:
parent
6dd0f18df2
commit
c9f8c917a2
@ -24,8 +24,7 @@
|
|||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
v-else
|
v-else
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
v-on="$listeners"
|
|
||||||
class="van-field__control"
|
class="van-field__control"
|
||||||
:type="type"
|
:type="type"
|
||||||
:value="value"
|
:value="value"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user