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

chore: build

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