mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
perf: review tinymce code
This commit is contained in:
@@ -6,23 +6,23 @@ const menu: MenuModule = {
|
||||
path: '/charts',
|
||||
children: [
|
||||
{
|
||||
path: '/apexChart',
|
||||
path: 'apexChart',
|
||||
name: 'ApexChart',
|
||||
},
|
||||
{
|
||||
path: '/echarts',
|
||||
path: 'echarts',
|
||||
name: 'Echarts',
|
||||
children: [
|
||||
{
|
||||
path: '/map',
|
||||
path: 'map',
|
||||
name: '地图',
|
||||
},
|
||||
{
|
||||
path: '/line',
|
||||
path: 'line',
|
||||
name: '折线图',
|
||||
},
|
||||
{
|
||||
path: '/pie',
|
||||
path: 'pie',
|
||||
name: '饼图',
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user