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

9 lines
158 B
JavaScript

export function tabOverview() {
return {
title: '概览',
icon: 'fa fa-house',
body: [
'hello world'
]
}
}