1
0
forked from bot/app

📝 [docs]: 新增在线展示

This commit is contained in:
2024-09-01 22:00:17 +08:00
parent 359683dbae
commit 58d0d12c1f
5 changed files with 63 additions and 7 deletions

View File

@ -7,5 +7,8 @@ import StatsBar from '../../components/StatsBar.vue'
export default {
extends: DefaultTheme,
enhanceApp({ app }) {
app.component('StatsBar', StatsBar)
},
Layout: StatsBar
}