mirror of
https://github.com/youzan/vant.git
synced 2025-12-21 01:07:46 +08:00
fix: field blur event triigered twice
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user