提交 62de6bcf 编写于 作者: A AmyFoxFN

<update>(create-api): comment

上级 347061ba
...@@ -8,7 +8,7 @@ export default function instantiateComponent(Vue, Component, data, renderFn) { ...@@ -8,7 +8,7 @@ export default function instantiateComponent(Vue, Component, data, renderFn) {
children = [children] children = [children]
} }
// {...renderData}: fix #128, caused by vue modified the parameter in the version of 2.5.14+. // {...renderData}: fix #128, caused by vue modified the parameter in the version of 2.5.14+, which related to vue issue #7294.
return createElement(Component, {...renderData}, children || []) return createElement(Component, {...renderData}, children || [])
}, },
methods: { methods: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册