Skip to content

Commit 5f6e7f9

Browse files
committed
refactor: 增加 IsFade 参数
1 parent 99bf6ce commit 5f6e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/SweetAlert/SweetAlert.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
@inherits BootstrapComponentBase
33
@inject SwalService Swal
44

5-
<Modal @ref="ModalContainer" IsKeyboard="false" OnCloseAsync="OnCloseAsync" class="swal">
5+
<Modal @ref="ModalContainer" IsKeyboard="false" OnCloseAsync="OnCloseAsync" IsFade="true" class="swal">
66
@RenderDialog()
77
</Modal>

0 commit comments

Comments
 (0)