2019-05-14 css mobx

flex布局

只在flex布局中(display:flex)有效的属性(持续更新):

justify-content  

align-item 

mobs

mobx-react 写在store中的@observable属性必须只能在action中修改

@inject() 将store注入组件的props中

Provider多个store

 

   //这种方式有效但是否合适有待调研

你可能感兴趣的:(2019-05-14 css mobx)