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

Update vue.runtime.esm.js

chore: build
上级 d0775288
......@@ -5421,7 +5421,7 @@ function createInvoker(initialValue, instance) {
}
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.
先完成此消息的编辑!
想要评论请 注册