Browse Source

typo fix (#3963)

dev
AchillesJ 8 years ago
committed by Eduardo San Martin Morote
parent
commit
6d31ed255d
  1. 2
      src/platforms/web/runtime/components/transition.js

2
src/platforms/web/runtime/components/transition.js

@ -22,7 +22,7 @@ export const transitionProps = {
}
// in case the child is also an abstract component, e.g. <keep-alive>
// we want to recrusively retrieve the real component to be rendered
// we want to recursively retrieve the real component to be rendered
function getRealChild (vnode: ?VNode): ?VNode {
const compOptions = vnode && vnode.componentOptions
if (compOptions && compOptions.Ctor.options.abstract) {

Loading…
Cancel
Save