Correct pt implementation order

pull/6197/head^2
tugcekucukoglu 2024-09-18 10:59:33 +03:00
parent 02094f31ae
commit 8a25357752
1 changed files with 1 additions and 1 deletions

View File

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