mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 09:21:24 +08:00
1877592211
* feat: modal support template * feat: modal update * feat: modal update * feat: modal update * feat: modal update * docs: fix ci * fix: demo title Co-authored-by: James Yeung <shunjiey@hotmail.com>
9 lines
226 B
C#
9 lines
226 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
|
|
@foreach (ModalRef modalRef in _modalRefs)
|
|
{
|
|
var modalConfig = modalRef.Config;
|
|
<ConfirmDialog @key="@modalConfig" ModalRef="@modalRef" Config="@modalConfig" />
|
|
} |