随笔分类 -  前端开发

react route使用HashRouter和BrowserRouter的区别-Content Security Policy img-src 404(Not found)
摘要:踩坑经历 昨天看了篇关于react route的文章,说BrowserRouter比HashRouter好一些,react也是推荐使用BrowserRouter,毕竟自己在前端方面来说,就是个小白,别人说什么我就照做嘛,因此我就把路由从HashRouter改成BrowserRouter 然后今天就一 阅读全文

posted @ 2019-07-21 22:59 果然朝辉 阅读(768) 评论(0) 推荐(0)

Vue资源
摘要:全局化安装cnpm npm install cnpm g registry=https://registry.npm.taobao.org vue cli资源 "使用vue cli(vue脚手架)快速搭建项目" 踩坑经历 MSBUILD : error MSB4132: 无法识别工具版本“2.0”。 阅读全文

posted @ 2019-06-26 00:17 果然朝辉 阅读(321) 评论(0) 推荐(0)

ECharts使用:this.dom.getContext is not a function
摘要:echarts 画图报错 this.dom.getContext is not a function; 原因:因为在初始化echarts的时候,echarts.js规定只能使用dom原生方法获取标签,即document.getElementById('main'); 错误写法: 正确写法: 阅读全文

posted @ 2019-04-27 13:30 果然朝辉 阅读(6871) 评论(0) 推荐(1)

导航