mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
feat: add markdown component
This commit is contained in:
15
src/router/menus/modules/demo/editor.ts
Normal file
15
src/router/menus/modules/demo/editor.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { MenuModule } from '/@/router/types.d';
|
||||
const menu: MenuModule = {
|
||||
orderNo: 500,
|
||||
menu: {
|
||||
name: '编辑器',
|
||||
path: '/editor',
|
||||
children: [
|
||||
{
|
||||
path: '/markdown',
|
||||
name: 'markdown编辑器',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
export default menu;
|
Reference in New Issue
Block a user