Commit a03b76ddcbfc29aac179708006daf002294ee220

Authored by fengwotao
1 parent 5f4259ca

feat(src/views/chart): 修改重写ChartsOptionContent组件路径,修改不需要的隐藏

@@ -43,6 +43,8 @@ export const hideAsideComponentsObj = { @@ -43,6 +43,8 @@ export const hideAsideComponentsObj = {
43 'VTextBarrage', //弹幕文字 43 'VTextBarrage', //弹幕文字
44 'VTextCommon', //文字 44 'VTextCommon', //文字
45 'VVideo', //视频 45 'VVideo', //视频
46 - 'VIframe' //远程网页 46 + 'VIframe', //远程网页
  47 + 'VImage', //图片
  48 + 'VImageCarousel' //轮播图
47 ] 49 ]
48 } 50 }