mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
Tabs: update doc
This commit is contained in:
parent
b97e548c48
commit
3b39cb71e1
@ -5,10 +5,10 @@
|
||||
activeName: 'first',
|
||||
activeName2: '',
|
||||
tabs: [
|
||||
{label: '用户管理', content: ''},
|
||||
{label: '配置管理', content: ''},
|
||||
{label: '角色管理', content: ''},
|
||||
{label: '定时任务补偿', content: ''}
|
||||
{label: '用户管理', content: '', name: 'first'},
|
||||
{label: '配置管理', content: '', name: 'second'},
|
||||
{label: '角色管理', content: '', name: 'third'},
|
||||
{label: '定时任务补偿', content: '', name: 'last'}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user