Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
a03b76ddcbfc29aac179708006daf002294ee220
Authored by
fengwotao
2023-07-03 17:50:30 +0800
1 parent
5f4259ca
feat(src/views/chart): 修改重写ChartsOptionContent组件路径,修改不需要的隐藏
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/chart/ContentCharts/external/components/ChartsOptionContent/config.ts
src/views/chart/ContentCharts/external/components/ChartsOptionContent/config.ts
View file @
a03b76d
...
...
@@ -43,6 +43,8 @@ export const hideAsideComponentsObj = {
43
43
'VTextBarrage', //弹幕文字
44
44
'VTextCommon', //文字
45
45
'VVideo', //视频
46
-
'VIframe' //远程网页
46
+
'VIframe', //远程网页
47
+
'VImage', //图片
48
+
'VImageCarousel' //轮播图
47
49
]
48
50
}
...
...