🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ 1.在chrome商店中安装redux ~~~ ~~~ //在index.js中配置 import { createStore} from 'redux'; import reducer from './reducer'; const store = createStore( reducer, //配置一下代码 window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() ); export default store; ~~~