mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 修复隐藏组件预览状态下的异常
This commit is contained in:
parent
6f5d1d9459
commit
1aade9c4b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user