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 6c86f4a commit 58f531fCopy full SHA for 58f531f
src/platforms/web/runtime/components/transition.js
@@ -165,7 +165,7 @@ export default {
165
) {
166
// replace old child transition data with fresh one
167
// important for dynamic transitions!
168
- const oldData: Object = oldChild && (oldChild.data.transition = extend({}, data))
+ const oldData: Object = oldChild.data.transition = extend({}, data)
169
// handle transition mode
170
if (mode === 'out-in') {
171
// return placeholder node and queue update when leave finishes
0 commit comments