Skip to content

Commit 7e36468

Browse files
committed
document transition hook context
1 parent 92d7c9c commit 7e36468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ With `v-transition="my-transition"`, Vue will:
496496

497497
- #### JavaScript transitions API change
498498

499-
Now more similar to Angular:
499+
Now more similar to Angular, and all hooks are called with `this` set to the vm owning the transitioned element:
500500

501501
``` js
502502
Vue.transition('fade', {

0 commit comments

Comments
 (0)