mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4951 - Add attrs
param to all pt
functions
This commit is contained in:
parent
0e97a92a15
commit
7581419a2d
80 changed files with 319 additions and 1 deletions
|
@ -208,10 +208,12 @@ export default {
|
|||
instance: this,
|
||||
props: this.$props,
|
||||
state: this.$data,
|
||||
attrs: this.$attrs,
|
||||
parent: {
|
||||
instance: parentInstance,
|
||||
props: parentInstance?.$props,
|
||||
state: parentInstance?.$data
|
||||
state: parentInstance?.$data,
|
||||
attrs: this.$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