提交 d0775288 编写于 作者: fxy060608's avatar fxy060608

fix(mp-weixin): async input event with v-model (#3462)

上级 e161d6a4
......@@ -96,7 +96,7 @@ function createInvoker(
setTimeout(invoke)
} else {
const res = invoke()
if (e.type === 'input' && isPromise(res)) {
if (e.type === 'input' && (isArray(res) || isPromise(res))) {
return
}
return res
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册