mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:31:41 +08:00
feat: add tinymce embedded form example
This commit is contained in:
@@ -40,14 +40,14 @@ export default {
|
||||
},
|
||||
},
|
||||
// TODO
|
||||
// {
|
||||
// path: 'editor',
|
||||
// name: 'TinymceFormDemo',
|
||||
// component: () => import('/@/views/demo/comp/tinymce/Editor.vue'),
|
||||
// meta: {
|
||||
// title: '嵌入form使用',
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: 'editor',
|
||||
name: 'TinymceFormDemo',
|
||||
component: () => import('/@/views/demo/editor/tinymce/Editor.vue'),
|
||||
meta: {
|
||||
title: '嵌入form使用',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user