We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192126f commit 29eba77Copy full SHA for 29eba77
src/transition/transition.js
@@ -139,7 +139,7 @@ p.leave = function (op, cb) {
139
this.cb = cb
140
addClass(this.el, this.leaveClass)
141
this.callHookWithCb('leave')
142
- this.cancel = this.hooks && this.hooks.enterCancelled
+ this.cancel = this.hooks && this.hooks.leaveCancelled
143
// only need to do leaveNextTick if there's no explicit
144
// js callback
145
if (!this.pendingJsCb) {
0 commit comments