mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:12:01 +08:00
feat(form-page): add form page demo
This commit is contained in:
@@ -4,6 +4,9 @@ const menu: MenuModule = {
|
||||
menu: {
|
||||
path: '/table',
|
||||
name: 'Table',
|
||||
tag: {
|
||||
dot: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'basic',
|
||||
@@ -61,6 +64,13 @@ const menu: MenuModule = {
|
||||
path: 'editCellTable',
|
||||
name: '可编辑单元格',
|
||||
},
|
||||
{
|
||||
path: 'editRowTable',
|
||||
name: '可编辑行',
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user