Merge branch 'master' into v4

This commit is contained in:
mertsincan 2024-02-11 08:12:55 +00:00
commit 7d5e24e25d
33 changed files with 82 additions and 44 deletions

View file

@ -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 = {}) {