perf: review tinymce code

This commit is contained in:
vben
2020-10-22 23:56:33 +08:00
parent 9c02d8ec08
commit f75425d13b
26 changed files with 350 additions and 535 deletions

View File

@@ -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: '饼图',
},
],