[bogfix] DatetimePicker: event not work (#4027)

This commit is contained in:
neverland
2019-08-02 10:42:07 +08:00
committed by GitHub
parent ff85de854c
commit 629d0bdb2b

View File

@@ -18,7 +18,7 @@ export default createComponent({
class={bem()} class={bem()}
{...{ {...{
props: this.$props, props: this.$props,
listeners: this.$listeners on: this.$listeners
}} }}
/> />
); );