提交 f3173ddf 编写于 作者: Q qiang

fix(App): question/124703

上级 3e21fcfb
......@@ -117,6 +117,7 @@ export default {
}, 100)
this.$watch('value', valueChange)
this.__triggerInput = throttle(($event, detail) => {
this.__valueChange.cancel()
this.$emit('update:value', detail.value)
this.$trigger('input', $event, detail)
}, 100)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册