mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5257
This commit is contained in:
parent
a9164bdbde
commit
dd84dbbb60
33 changed files with 82 additions and 44 deletions
|
@ -194,6 +194,7 @@ export default {
|
|||
return this._getPTValue(this.pt, key, { ...this.$params, ...params });
|
||||
},
|
||||
ptmi(key = '', params = {}) {
|
||||
// inheritAttrs:true without `pt:*`
|
||||
return mergeProps(this.$_attrsNoPT, this.ptm(key, params));
|
||||
},
|
||||
ptmo(obj = {}, key = '', params = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue