Skip to content

Commit

Permalink
fix: clean NavMenu warn
Browse files Browse the repository at this point in the history
  • Loading branch information
XieZongChen committed Nov 25, 2020
1 parent 276ab5c commit 136bc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docs/zh-CN/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</el-submenu>
</el-submenu>
<el-menu-item index="3" disabled>消息中心</el-menu-item>
<el-menu-item index="4"><a href="#">订单管理</a></el-menu-item>
<el-menu-item index="4"><a href="https://element3-ui.com" target="_blank">订单管理</a></el-menu-item>
</el-menu>
<div class="line"></div>
<el-menu
Expand All @@ -49,7 +49,7 @@
</el-submenu>
</el-submenu>
<el-menu-item index="3" disabled>消息中心</el-menu-item>
<el-menu-item index="4"><a href="#">订单管理</a></el-menu-item>
<el-menu-item index="4"><a href="https://element3-ui.com" target="_blank">订单管理</a></el-menu-item>
</el-menu>

<script>
Expand Down

0 comments on commit 136bc4b

Please sign in to comment.