摘要: combineReducers combineReducer 是将众多的 reducer 合成通过键值映射的对象,并且返回一个 combination 函数传入到 createStore 中 合并后的 combination 能够调用个子 reducer,并且对 state 状态进行更新 源码: i 阅读全文
posted @ 2019-01-25 22:40 月山 阅读(1272) 评论(0) 推荐(0)
摘要: 问题 vue 跳转外部链接问题,当跳转的时候会添加在当前地址后面 这时将 url 前面添加响应的 (http:// 或 https://) var p = window.location.protocol; var a = document.createElement("a"); a.setAttr 阅读全文
posted @ 2019-01-25 11:26 月山 阅读(32451) 评论(1) 推荐(2)
摘要: vscode 的插件 必须 1. Chinese (Simplified) Language Pack for Visual Studio Code 2. Markdown Preview Enhanced 3. Debugger for Chrome 4. Material Icon Theme 阅读全文
posted @ 2019-01-25 10:00 月山 阅读(3597) 评论(0) 推荐(0)