9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
export function tabData() {
|
|
return {
|
|
title: '数据管理',
|
|
icon: 'fa fa-database',
|
|
body: [
|
|
'hello world'
|
|
]
|
|
}
|
|
} |