Mobx observable 用起來像這樣:. export class DataStore { @observable public data: number; @action update(newValue: number) { this.data ...
確定! 回上一頁