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 7c9575b commit 6d31ed2Copy full SHA for 6d31ed2
src/platforms/web/runtime/components/transition.js
@@ -22,7 +22,7 @@ export const transitionProps = {
22
}
23
24
// in case the child is also an abstract component, e.g. <keep-alive>
25
-// we want to recrusively retrieve the real component to be rendered
+// we want to recursively retrieve the real component to be rendered
26
function getRealChild (vnode: ?VNode): ?VNode {
27
const compOptions = vnode && vnode.componentOptions
28
if (compOptions && compOptions.Ctor.options.abstract) {
0 commit comments