diff --git a/components/lib/basecomponent/BaseComponent.vue b/components/lib/basecomponent/BaseComponent.vue index 884db1e60..fa3b2267e 100644 --- a/components/lib/basecomponent/BaseComponent.vue +++ b/components/lib/basecomponent/BaseComponent.vue @@ -202,7 +202,7 @@ export default { return this.unstyled !== undefined ? this.unstyled : this.$config?.unstyled; }, $params() { - const parentInstance = this.$parentInstance || this.$parent; + const parentInstance = this._getHostInstance(this) || this.$parent; return { instance: this,