mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 04:57:40 +08:00
[weex] disable transition-group move animation for now
This commit is contained in:
parent
92fb118297
commit
e1d2576552
@ -136,13 +136,13 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
function callPendingCbs (c) {
|
||||
/* istanbul ignore if */
|
||||
if (c.elm._moveCb) {
|
||||
c.elm._moveCb()
|
||||
}
|
||||
/* istanbul ignore if */
|
||||
if (c.elm._enterCb) {
|
||||
c.elm._enterCb()
|
||||
}
|
||||
}
|
||||
// function callPendingCbs (c) {
|
||||
// /* istanbul ignore if */
|
||||
// if (c.elm._moveCb) {
|
||||
// c.elm._moveCb()
|
||||
// }
|
||||
// /* istanbul ignore if */
|
||||
// if (c.elm._enterCb) {
|
||||
// c.elm._enterCb()
|
||||
// }
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user