diff --git a/src/common/helpers/instantiate-component.js b/src/common/helpers/instantiate-component.js index beb17387345cc1440bc5636e3e497e755c2921a4..6f0170f902566a9d6c5111bab7448d1833fb3263 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: {