mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
feat(tinymce): add rich editor
This commit is contained in:
@@ -66,6 +66,20 @@ const menu: MenuModule = {
|
||||
path: '/strength-meter',
|
||||
name: '密码强度组件',
|
||||
},
|
||||
{
|
||||
path: '/tinymce',
|
||||
name: '富文本',
|
||||
children: [
|
||||
{
|
||||
path: '/index',
|
||||
name: '基础使用',
|
||||
},
|
||||
{
|
||||
path: '/editor',
|
||||
name: '嵌入form使用',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user