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 e61a018 commit bbd022eCopy full SHA for bbd022e
src/platforms/web/runtime/components/transition.js
@@ -31,7 +31,7 @@ export default {
31
32
const rawChild = children[0]
33
34
- // if this is a component root node and the compoennt's
+ // if this is a component root node and the component's
35
// parent container node also has transition, skip.
36
if (this.$vnode.parent && this.$vnode.parent.data.transition) {
37
return rawChild
0 commit comments