Evan You пре 9 година
родитељ
комит
ae9e7da9c1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/vdom/create-element.js

+ 1 - 1
src/core/vdom/create-element.js

@@ -51,7 +51,7 @@ function _createElement (
       )
     } else if ((Ctor = resolveAsset(context.$options, 'components', tag))) {
       // component
-      return createComponent(Ctor, data, parent, context, host, children)
+      return createComponent(Ctor, data, parent, context, host, children, tag)
     } else {
       // unknown element, but check at runtime because it may get assigned
       // a namespace when its parent normalizes children