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
8ac6c1356491f0184e75887d7686841072e06e82
Authored by
fengwotao
2023-07-04 10:36:27 +0800
1 parent
dbc182f8
feat(src/views/chart): 修改重写ChartsOptionContent组件路径,修改不需要的隐藏
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/chart/ContentCharts/external/components/ChartsOptionContent/config.ts
src/views/chart/ContentCharts/external/components/ChartsOptionContent/config.ts
View file @
8ac6c13
...
...
@@ -47,7 +47,7 @@ export const hideAsideComponentsObj = {
47
47
'VTextCommon', //文字
48
48
'VVideo', //视频
49
49
'VIframe', //远程网页
50
-
'VImage', //图片
50
+
//
'VImage', //图片
51
51
'VImageCarousel', //轮播图
52
52
'VWaterPolo' //水球图
53
53
]
...
...