mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:18:33 +08:00
perf: review tinymce code
This commit is contained in:
@@ -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使用',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user