Leon
Leon
Thx~ But if use `@observable.ref`, the changes in model do not respond to view,How should I do?
Thx very much! But I don't understand what do u mean `modify the reference instead`, If I use `@observable.ref`, It means I can't change model?? This is simple demo `https://codesandbox.io/s/lj3l95m09`,...
sorry sorry I'm wrong and update [https://codesandbox.io/s/lj3l95m09](https://codesandbox.io/s/lj3l95m09) I think `this.model= {...this.model}`, u mean a new reference then the reaction would be triggered. however that `mobx-vue` is not used, because `@Observer`...
but `this.model.val = {...this.model.val}` can be update view, because I changed the reference, right?
看【请求参数】里的name字段
shelljs的读取操作都是同步的吗?