diff --git a/components/_util/ContainerRender.jsx b/components/_util/ContainerRender.jsx index a1f9c691c3..3417225fb2 100644 --- a/components/_util/ContainerRender.jsx +++ b/components/_util/ContainerRender.jsx @@ -1,6 +1,4 @@ -import Vue from 'vue'; import PropTypes from './vue-types'; -import Base from '../base'; export default { props: { @@ -53,8 +51,7 @@ export default { this.container.appendChild(el); } if (!this._component) { - const V = Base.Vue || Vue; - this._component = new V({ + this._component = new this.$root.constructor({ el: el, parent: self.parent, data: {