style: vShow to v-show

pull/3237/head
tanjinzhou 2020-11-20 10:11:04 +08:00
parent 023efdcc71
commit a6b7c6fa85
1 changed files with 1 additions and 1 deletions

View File

@ -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}