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