pull/6537/head
tugcekucukoglu 2024-10-03 15:26:51 +03:00
parent c09daf8da8
commit ef1791f8a3
1 changed files with 3 additions and 1 deletions

View File

@ -538,7 +538,9 @@ export default {
return [this.cx('root'), this.class]; return [this.cx('root'), this.class];
}, },
rootPTOptions() { rootPTOptions() {
return mergeProps(this.ptm('pcInputText', this.ptmParams), this.ptmi('root', this.ptmParams)); return {
root: mergeProps(this.ptm('pcInputText', this.ptmParams), this.ptmi('root', this.ptmParams))
};
}, },
ptmParams() { ptmParams() {
return { return {