feat(tinymce): add rich editor

This commit is contained in:
jq
2020-10-22 22:30:50 +08:00
parent d8b25b488b
commit c0e4c9e5a5
19 changed files with 1047 additions and 0 deletions

View File

@@ -66,6 +66,20 @@ const menu: MenuModule = {
path: '/strength-meter',
name: '密码强度组件',
},
{
path: '/tinymce',
name: '富文本',
children: [
{
path: '/index',
name: '基础使用',
},
{
path: '/editor',
name: '嵌入form使用',
},
],
},
],
},
};