Fixed #4924 - DataTable or Column leak computed properties to their children through VirtualScroller
parent
fb1fb60eab
commit
d1d1e61392
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue