Correct pt implementation order
parent
02094f31ae
commit
8a25357752
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue