no message

Former-commit-id: 821c8686e08882ba6f43014d58ef22963c6da6ce
Former-commit-id: 4b3afa86922d1ac0b46fa03479d239a730c0fa18
Former-commit-id: ab0874a256dbfc22405cfff1e9404129bdcc6fad
This commit is contained in:
liyang
2018-06-04 11:09:45 +08:00
parent f18cd637b4
commit 8b3fae5cc8

View File

@@ -6,7 +6,7 @@
v-for="menu in menus" v-for="menu in menus"
:key="menu.path" :key="menu.path"
:index="menu.path"> :index="menu.path">
首页 {{menu.title}}
</el-menu-item> </el-menu-item>
</el-menu> </el-menu>
</template> </template>
@@ -26,4 +26,3 @@ export default {
} }
} }
</script> </script>