Fixed #4924 - DataTable or Column leak computed properties to their children through VirtualScroller

pull/4987/head
mertsincan 2023-12-18 17:07:16 +00:00
parent fb1fb60eab
commit d1d1e61392
1 changed files with 1 additions and 1 deletions

View File

@ -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,