Skip to content

Commit d31d8b1

Browse files
committed
Update global-api.md
understanding async updates is in best-practices.html
1 parent 4ef9735 commit d31d8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/api/global-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Will result in:
9999

100100
- **callback** `Function`
101101

102-
Defer the callback to be executed after the next DOM update cycle. Use it immediately after you've changed some data to wait for the DOM update. For more details see [Understanding Async Updates](/guide/directives.html#Understanding_Async_Updates).
102+
Defer the callback to be executed after the next DOM update cycle. Use it immediately after you've changed some data to wait for the DOM update. For more details see [Understanding Async Updates](/guide/best-practices.html#Understanding_Async_Updates).
103103

104104
### Vue.directive( id, [definition] )
105105

0 commit comments

Comments
 (0)