const { observable, action, computed, autorun } = mobx; class Store { @observable list = [] // 自動執行@computed get total() { return ...
確定! 回上一頁