We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d111f3f commit 7f25f73Copy full SHA for 7f25f73
src/platforms/web/runtime/components/transition.js
@@ -126,12 +126,6 @@ export default {
126
const oldRawChild = this._vnode
127
const oldChild: any = getRealChild(oldRawChild)
128
129
- // mark v-show
130
- // so that the transition module can hand over the control to the directive
131
- if (child.data.directives && child.data.directives.some(d => d.name === 'show')) {
132
- child.data.show = true
133
- }
134
-
135
if (oldChild && oldChild.data && oldChild.key !== key) {
136
// replace old child transition data with fresh one
137
// important for dynamic transitions!
0 commit comments