style: vShow to v-show

pull/3237/head
tanjinzhou 4 years ago
parent 023efdcc71
commit a6b7c6fa85

@ -62,7 +62,7 @@ export default defineComponent({
const panelContent = (
<PanelContent
vShow={isActive}
v-show={isActive}
prefixCls={prefixCls}
isActive={isActive}
destroyInactivePanel={destroyInactivePanel}

Loading…
Cancel
Save