We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27acc9a commit e9f8ea7Copy full SHA for e9f8ea7
components/vc-trigger/Popup/Mask.tsx
@@ -30,7 +30,7 @@ export default function Mask(props: MaskProps) {
30
31
return (
32
<Transition appear {...motion}>
33
- <div v-if={visible} style={{ zIndex }} class={`${prefixCls}-mask`} />
+ <div v-show={visible} style={{ zIndex }} class={`${prefixCls}-mask`} />
34
</Transition>
35
);
36
}
0 commit comments