You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
原文:Internally Vue tries native Promise.then and MutationObserver for the asynchronous queuing and falls back to setTimeout(fn, 0).
原翻译:Vue 在内部使用 `Promise.then` 和 `MutationObserver` 为可用的异步队列调用回调 `setTimeout(fn, 0)`.
修改后:Vue在内部尝试利用原生的`Promise.then`和`MutationObserver`来调用异步队列,如果执行环境不兼容,会采用`setTimeout(fn, 0)`代替。
0 commit comments