mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bogfix] DatetimePicker: event not work (#4027)
This commit is contained in:
parent
ff85de854c
commit
629d0bdb2b
@ -18,7 +18,7 @@ export default createComponent({
|
|||||||
class={bem()}
|
class={bem()}
|
||||||
{...{
|
{...{
|
||||||
props: this.$props,
|
props: this.$props,
|
||||||
listeners: this.$listeners
|
on: this.$listeners
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user