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

9 lines
162 B
JavaScript

export function tabMarket() {
return {
title: '数据市场',
icon: 'fa fa-store',
body: [
'hello world'
]
}
}