mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
paret parameter added
This commit is contained in:
parent
65f6191ad4
commit
d382e6c960
6 changed files with 110 additions and 51 deletions
|
@ -20,6 +20,10 @@ export default {
|
|||
},
|
||||
ptmParams() {
|
||||
return {
|
||||
parent: {
|
||||
props: this.$parent?.$props,
|
||||
state: this.$parent?.$data
|
||||
},
|
||||
context: {
|
||||
filled: this.filled,
|
||||
disabled: this.$attrs.disabled || this.$attrs.disabled === ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue