mapState ({ name: state => state.moduleA.text }), }, // ... ``` 由此可知模块内部的state 是局部的只属于模块本身所有所以外部必须通过对应的模块 ...
確定! 回上一頁