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,16 +6,16 @@ const menu: MenuModule = {
path: '/comp',
children: [
{
path: '/basic',
path: 'basic',
name: '基础组件',
},
{
path: '/countTo',
path: 'countTo',
name: '数字动画',
},
{
path: '/scroll',
path: 'scroll',
name: '滚动组件',
children: [
{
@@ -33,53 +33,39 @@ const menu: MenuModule = {
],
},
{
path: '/modal',
path: 'modal',
name: '弹窗扩展',
},
{
path: '/drawer',
path: 'drawer',
name: '抽屉扩展',
},
{
path: '/desc',
path: 'desc',
name: '详情组件',
},
{
path: '/verify',
path: 'verify',
name: '验证组件',
children: [
{
path: '/drag',
path: 'drag',
name: '拖拽校验',
},
{
path: '/rotate',
path: 'rotate',
name: '图片还原校验',
},
],
},
{
path: '/qrcode',
path: 'qrcode',
name: '二维码组件',
},
{
path: '/strength-meter',
path: 'strength-meter',
name: '密码强度组件',
},
{
path: '/tinymce',
name: '富文本',
children: [
{
path: '/index',
name: '基础使用',
},
{
path: '/editor',
name: '嵌入form使用',
},
],
},
],
},
};