11 2017 档案

摘要:首先addEventListener得API capture: Boolean,表示 listener 会在该类型的事件捕获阶段传播到该 EventTarget 时触发。 once: Boolean,表示 listener 在添加之后最多只调用一次。如果是 true, listener 会在其被调用 阅读全文
posted @ 2017-11-29 23:28 smallfishwantosea 阅读(11325) 评论(0) 推荐(0)
摘要:首先,你要明白,这只是一个警告,不是错误,所以你改不改都不会有影响,除非你和我一样,有代码洁癖 你只有依赖安装在合适的版本才能解决这个问题,你的依赖在 阅读全文
posted @ 2017-11-07 20:51 smallfishwantosea 阅读(241) 评论(0) 推荐(0)
摘要:关于在create-react-app 的reacte脚手架报这个错的解决方法 NMET PEER DEPENDENCY react@16.0.0 react-router@2.8.1 requires a peer of react@^0.14.0 || ^15.0.0 but none was 阅读全文
posted @ 2017-11-06 18:02 smallfishwantosea 阅读(288) 评论(0) 推荐(0)