feat(web): 使用vite重新组织前端代码
This commit is contained in:
9
gringotts-frontend/pages/index/tab-overview.js
Normal file
9
gringotts-frontend/pages/index/tab-overview.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export function tabOverview() {
|
||||
return {
|
||||
title: '概览',
|
||||
icon: 'fa fa-house',
|
||||
body: [
|
||||
'hello world'
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user