自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 【echarts】【data-】dataset获取失败

原因:echarts获取该id的dom后,只有id和class可以保留,内容和dataset会覆盖。解决:数据作为参数传递进来,没有写在dom上。

2019-12-13 16:25:29 487

原创 【vue】Unknown custom element: my-component

解决:导入顺序出错,先映入组件,才能使用

2019-12-13 16:21:46 137

原创 【webpack】【vue】【babel】regeneratorRuntime is not defined

解决:缺少babel-polyfill模块npm i babel-polyfill --save-dev

2019-12-13 16:18:30 208

原创 【webpack】【babel】npm WARN babel-loader@8.0.6 requires a peer of @babel/core@^7.0.0 but none is inst

解决:缺少babel-loader模块npm i babel-loader@7 --save-dev

2019-12-13 16:16:53 3470

原创 【ajax】【json】json success数据为空

json success数据为空json数据格式出错。json有两种格式:对象格式:{“key1”:obj,“key2”:obj,“key3”:obj…}、数组/集合格式:[obj,obj,obj…]。json无赋值操作无注释。...

2019-12-13 16:13:55 182

原创 【webpack】You are using the runtime-only build of Vue where the template compiler is not available

##报错信息:You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build##解决webpa...

2019-12-13 16:07:11 95

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除