mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 21:17:36 +08:00
990646b964
* fix(module:menu): fix loop on same route & performance fix duplicate highlight fixes 737 fixes 833 fixes 919 fixes 1014 * fix(module:menu): optimization and fix #8
8 lines
241 B
C#
8 lines
241 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<CascadingValue Value="this" IsFixed>
|
|
<ul class="@ClassMapper.Class" style="@Style" id="@Id" direction="ltr" role="menu" @ref="Ref">
|
|
@ChildContent
|
|
</ul>
|
|
</CascadingValue> |