I'm exploring MobX and went intrigued by a problem:If I have this observable:class ItemsStore { @observable items = [1,2,3];}const store = new ItemsStore; ...
確定! 回上一頁