style: vShow to v-show
parent
023efdcc71
commit
a6b7c6fa85
|
@ -62,7 +62,7 @@ export default defineComponent({
|
||||||
|
|
||||||
const panelContent = (
|
const panelContent = (
|
||||||
<PanelContent
|
<PanelContent
|
||||||
vShow={isActive}
|
v-show={isActive}
|
||||||
prefixCls={prefixCls}
|
prefixCls={prefixCls}
|
||||||
isActive={isActive}
|
isActive={isActive}
|
||||||
destroyInactivePanel={destroyInactivePanel}
|
destroyInactivePanel={destroyInactivePanel}
|
||||||
|
|
Loading…
Reference in New Issue