From 62de6bcf0472719569db2073bb86d33e7c48c434 Mon Sep 17 00:00:00 2001 From: AmyFoxFN Date: Mon, 19 Mar 2018 16:14:17 +0800 Subject: [PATCH] (create-api): comment --- src/common/helpers/instantiate-component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/helpers/instantiate-component.js b/src/common/helpers/instantiate-component.js index beb17387..6f0170f9 100644 --- a/src/common/helpers/instantiate-component.js +++ b/src/common/helpers/instantiate-component.js @@ -8,7 +8,7 @@ export default function instantiateComponent(Vue, Component, data, renderFn) { 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 || []) }, methods: { -- GitLab