mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 04:58:05 +08:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
@namespace AntBlazor
|
|
@inherits AntMenuItemBase
|
|
|
|
<CascadingValue Value=this>
|
|
<li nz-menu-item class="@ClassMapper.Class" @ref="Ref" style="@Style" @attributes="Attributes" Id="@Id" @onclick="()=> Menu.nzClick.InvokeAsync(this)">
|
|
@ChildContent
|
|
</li>
|
|
</CascadingValue>
|
|
|
|
@code {
|
|
|
|
} |