Fixed #6505
parent
c09daf8da8
commit
ef1791f8a3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue