Skip to content

Commit a6b7c6f

Browse files
committed
style: vShow to v-show
1 parent 023efdc commit a6b7c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-collapse/src/Panel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineComponent({
6262

6363
const panelContent = (
6464
<PanelContent
65-
vShow={isActive}
65+
v-show={isActive}
6666
prefixCls={prefixCls}
6767
isActive={isActive}
6868
destroyInactivePanel={destroyInactivePanel}

0 commit comments

Comments
 (0)