mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4951
This commit is contained in:
parent
7581419a2d
commit
92180d87bd
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export default {
|
|||
instance: parentInstance,
|
||||
props: parentInstance?.$props,
|
||||
state: parentInstance?.$data,
|
||||
attrs: this.$attrs
|
||||
attrs: parentInstance?.$attrs
|
||||
},
|
||||
/* @deprecated since v3.43.0. Use the `parent.instance` instead of the `parentInstance`.*/
|
||||
parentInstance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue