Tabs: update doc

pull/957/head
Leopoldthecoder 2016-11-09 18:56:50 +08:00 committed by cinwell.li
parent b97e548c48
commit 3b39cb71e1
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
activeName: 'first', activeName: 'first',
activeName2: '', activeName2: '',
tabs: [ tabs: [
{label: '用户管理', content: ''}, {label: '用户管理', content: '', name: 'first'},
{label: '配置管理', content: ''}, {label: '配置管理', content: '', name: 'second'},
{label: '角色管理', content: ''}, {label: '角色管理', content: '', name: 'third'},
{label: '定时任务补偿', content: ''} {label: '定时任务补偿', content: '', name: 'last'}
] ]
} }
}, },