We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd2ce8 commit 64f9d68Copy full SHA for 64f9d68
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