Просмотр исходного кода

document transition hook context

Evan You 11 лет назад
Родитель
Сommit
7e36468d9a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      changes.md

+ 1 - 1
changes.md

@@ -496,7 +496,7 @@ With `v-transition="my-transition"`, Vue will:
 
 
 - #### JavaScript transitions API change
 - #### JavaScript transitions API change
 
 
-  Now more similar to Angular:
+  Now more similar to Angular, and all hooks are called with `this` set to the vm owning the transitioned element:
 
 
   ``` js
   ``` js
   Vue.transition('fade', {
   Vue.transition('fade', {