no message

Former-commit-id: f0207a1b3d4a0b29e414db4e6b7162631f0521ca
Former-commit-id: 6c35c139c51e3077b285c7b2e7c64c197d5165f4
Former-commit-id: 082fdb8222ff834150dee83fbf18d2a3b5369003
This commit is contained in:
liyang
2018-06-08 23:52:13 +08:00
parent 40275cdfee
commit f6020167ad
14 changed files with 109 additions and 75 deletions

View File

@@ -10,6 +10,7 @@
</template>
<script>
import menus from '@/menu/index.js'
export default {
name: 'HeaderMenu',
components: {
@@ -18,54 +19,7 @@ export default {
},
data () {
return {
menus: [
{
path: '/index',
title: '首页'
},
{
path: '/demo',
title: '功能',
children: [
{
path: '/demo/plugins',
title: '插件',
icon: 'plug'
},
{
path: '/demo/components',
title: '组件',
icon: 'puzzle-piece'
},
{
path: '/demo/chart',
title: '图表',
icon: 'pie-chart',
children: [
{
path: '/demo/plugins',
title: '插件',
icon: 'plug'
},
{
path: '/demo/components',
title: '组件',
icon: 'puzzle-piece'
},
{
path: '/demo/chart',
title: '图表',
icon: 'pie-chart'
}
]
}
]
},
{
path: '/demo/business',
title: '示例业务界面'
}
]
menus
}
}
}