mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修复隐藏组件预览状态下的异常
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
...getFilterStyle(item.styles),
|
||||
...getTransformStyle(item.styles)
|
||||
}"
|
||||
v-show="!item.status.hide"
|
||||
>
|
||||
<component
|
||||
:is="item.chartConfig.chartKey"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
...getFilterStyle(item.styles),
|
||||
...getTransformStyle(item.styles)
|
||||
}"
|
||||
v-show="!item.status.hide"
|
||||
>
|
||||
<!-- 分组 -->
|
||||
<preview-render-group
|
||||
|
||||
Reference in New Issue
Block a user