no message
Former-commit-id: e749393be3ee8cc246803c4a9813420e329df9f9 Former-commit-id: 4f34fb2bb6bd6678ea69a23f5ee5d641429313ef Former-commit-id: 6d4253e5b78bd8c98aab080ddc0989ac61634d90
This commit is contained in:
@@ -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: '单独演示',
|
||||
|
||||
Reference in New Issue
Block a user