Skip to content

Commit

Permalink
fix: alert hidden classname
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY committed Jul 22, 2022
1 parent b3b8be4 commit 3ea5cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alert/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default defineComponent({
`${COMPONENT_NAME.value}`,
`${COMPONENT_NAME.value}--${props.theme}`,
{
[`${classPrefix}-is-hidden`]: !visible.value,
[`${classPrefix.value}-is-hidden`]: !visible.value,
},
]}
>
Expand Down

0 comments on commit 3ea5cf4

Please sign in to comment.