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
Copy file name to clipboardExpand all lines: docs/ja/guides/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Vue バッチは DOM 更新を保留し、非同期的に適用して、複数
108
108
109
109
使い方を簡単にするため、 `vue-test-utils` はすべての更新を同期的に適用するので、テストで DOM を更新するために `Vue.nextTick` を使う必要はありません。
110
110
111
-
*Note: `nextTick`is still necessary when you need to explictly advance the event loop, for operations such as asynchronous callbacks or promise resolution.*
0 commit comments