mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Merge branch 'master' into v4
This commit is contained in:
commit
7d5e24e25d
33 changed files with 82 additions and 44 deletions
|
@ -236,6 +236,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