随笔分类 -  react

摘要:react中引入echarts报错Error: xAxis "0" not found 解决办法:在引入页面中加入这行代码 : import 'echarts/lib/component/grid' 阅读全文
posted @ 2021-06-03 14:53 吴wu聊 阅读(3400) 评论(0) 推荐(0)
摘要:可能是因为上传到git中忽略了.swf文件 将.gitignore中的这个选项去掉 阅读全文
posted @ 2020-11-03 09:58 吴wu聊 阅读(211) 评论(0) 推荐(0)
摘要:将ckplayer官网的压缩包解压放到public文件夹下,在index.httml中引入 然后就可以在组件中引用了 ckPlayerInit = () => { console.log(window.ckplayer); let videoObject = { container: '#video 阅读全文
posted @ 2020-11-03 09:55 吴wu聊 阅读(428) 评论(0) 推荐(0)