Skip to content

Commit 1135205

Browse files
committed
Merge pull request #108 from ke-pan/master
Update global-api.md
2 parents 4ef9735 + d31d8b1 commit 1135205

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)