AchillesJ %!s(int64=9) %!d(string=hai) anos
pai
achega
6d31ed255d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/platforms/web/runtime/components/transition.js

+ 1 - 1
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) {