Skip to content

Commit

Permalink
Merge pull request iview#738 from HaoleiQ/patch-1
Browse files Browse the repository at this point in the history
第六行 多了一个 字母 z
  • Loading branch information
Lison authored Jun 28, 2018
2 parents 769e3dd + 35a3428 commit 57afa62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</style>

<template>
<Menu ref="sideMenu" :active-name="$route.name" :open-names="openNames" :theme="menuTheme" width="auto"z @on-select="changeMenu">
<Menu ref="sideMenu" :active-name="$route.name" :open-names="openNames" :theme="menuTheme" width="auto" @on-select="changeMenu">
<template v-for="item in menuList">
<MenuItem v-if="item.children.length<=1" :name="item.children[0].name" :key="'menuitem' + item.name">
<Icon :type="item.children[0].icon || item.icon" :size="iconSize" :key="'menuicon' + item.name"></Icon>
Expand Down

0 comments on commit 57afa62

Please sign in to comment.