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

fix(vue3): flush props watchers

上级 4f3bfdea
......@@ -3361,6 +3361,8 @@ function patch(instance) {
ctx.__next_tick_pending = false;
flushCallbacks(instance);
});
// props update may have triggered pre-flush watchers.
flushPreFlushCbs(undefined, instance.update);
}
else {
flushCallbacks(instance);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册