提交 ef82c471 编写于 作者: R Rahul Kadyan 提交者: ULIVZ

fix($core): do not register component in render function (#1449)

上级 c174f0d6
......@@ -13,8 +13,7 @@ export default {
const pageKey = this.pageKey || this.$parent.$page.key
const pageComponent = getPageAsyncComponent(pageKey)
if (pageComponent) {
Vue.component(pageKey, pageComponent)
return h(pageKey)
return h(pageComponent)
}
return h('')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册