Leon

Results 6 comments of 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?

shelljs的读取操作都是同步的吗?