Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Jun 4, 2018
1 parent 47c8ecf commit de3883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</template>
</Menu-item>
<div class="navigate-group">组件</div>
<Menu-group v-for="item in navigate.components" :key="item.type" :title="item.type">
<Menu-group v-for="item in navigate.components" :key="item.type" :title="item.title">
<Menu-item v-for="component in item.list" :key="component.path" :name="component.path">
<template>
{{ component.title.split(' ')[0] }}
Expand Down

0 comments on commit de3883e

Please sign in to comment.