question 1: I call the method of init in beforeCreate () to assign a value to uivalue. Uivalue is used in vMub model, and a strange problem is found:
console.log(this);
console.log(this.uiValue);
console.log(uiValue);
uiValue= {...dispatchOptionVO}
: VueComponent{uiValue:xxx}
undefined
undefined .
Why the value of uiValue can be seen in the first this, but not in the second this.uiValue.