相当于 Provider 的高阶组件。可以用来从React 的 context 中挑选store 作为prop 传递给目标组件。用法: inject("store1", "store2")(observer(MyComponent)) ...
確定! 回上一頁