no message

Former-commit-id: e749393be3ee8cc246803c4a9813420e329df9f9
Former-commit-id: 4f34fb2bb6bd6678ea69a23f5ee5d641429313ef
Former-commit-id: 6d4253e5b78bd8c98aab080ddc0989ac61634d90
This commit is contained in:
李杨
2018-02-26 09:22:14 +08:00
parent 224166c4ba
commit c5d2b1443e
2 changed files with 14 additions and 0 deletions

View File

@@ -33,6 +33,17 @@ export const menu = {
},
component: resolve => { require(['@/pages/demo/chart/index/index.vue'], resolve) }
},
// 动态尺寸
{
title: '动态尺寸',
icon: 'th',
path: 'dynamicSize',
name: 'demo-chart-dynamicSize',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/chart/dynamicSize/index.vue'], resolve) }
},
// 单独演示
{
title: '单独演示',