mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 09:21:24 +08:00
10 lines
213 B
C#
10 lines
213 B
C#
|
@namespace AntDesign
|
|||
|
@inherits AntDomComponentBase
|
|||
|
@if(_hasAdd)
|
|||
|
{
|
|||
|
<Dialog @ref="_dialog" Config="@BuildDialogOptions()"
|
|||
|
Visible="@Visible" Style="@Style">
|
|||
|
@ChildContent
|
|||
|
</Dialog>
|
|||
|
}
|