fix: add an example of markdown embedded in the form #138

This commit is contained in:
vben
2020-12-23 21:43:06 +08:00
parent 10cd4fcdff
commit 7db0c5c49f
16 changed files with 463 additions and 354 deletions

View File

@@ -180,6 +180,16 @@ const menu: MenuModule = {
{
path: 'markdown',
name: t('routes.demo.editor.markdown'),
children: [
{
path: 'index',
name: t('routes.demo.editor.tinymceBasic'),
},
{
path: 'editor',
name: t('routes.demo.editor.tinymceForm'),
},
],
},
{
path: 'tinymce',