mixChart => mix-chart
This commit is contained in:
parent
787d6f6e75
commit
27fa1ea763
src
|
@ -25,8 +25,8 @@ const chartsRouter = {
|
||||||
meta: { title: 'lineChart', noCache: true }
|
meta: { title: 'lineChart', noCache: true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'mixchart',
|
path: 'mix-chart',
|
||||||
component: () => import('@/views/charts/mixChart'),
|
component: () => import('@/views/charts/mix-chart'),
|
||||||
name: 'MixChart',
|
name: 'MixChart',
|
||||||
meta: { title: 'mixChart', noCache: true }
|
meta: { title: 'mixChart', noCache: true }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue