1
0
Files
gringotts/gringotts-frontend/pages/index/tab-data.js

9 lines
163 B
JavaScript

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