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,55 +6,55 @@ const menu: MenuModule = {
path: '/feat',
children: [
{
path: '/icon',
path: 'icon',
name: '图标',
},
{
path: '/tabs',
path: 'tabs',
name: '标签页操作',
},
{
path: '/context-menu',
path: 'context-menu',
name: '右键菜单',
},
{
path: '/click-out-side',
path: 'click-out-side',
name: 'ClickOutSide',
},
{
path: '/img-preview',
path: 'img-preview',
name: '图片预览',
},
{
path: '/i18n',
path: 'i18n',
name: '国际化',
},
{
path: '/copy',
path: 'copy',
name: '剪切板',
},
{
path: '/msg',
path: 'msg',
name: '消息提示',
},
{
path: '/watermark',
path: 'watermark',
name: '水印',
},
{
path: '/full-screen',
path: 'full-screen',
name: '全屏',
},
{
path: '/testTab',
path: 'testTab',
name: '带参Tab',
children: [
{
path: '/id1',
path: 'id1',
name: '带参tab1',
},
{
path: '/id2',
path: 'id2',
name: '带参tab2',
},
],