mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-02 15:52:26 +08:00
refactor(frontend): 优化统计组件
- 改进 ActivityHeatmap 组件
This commit is contained in:
@@ -158,6 +158,9 @@ const props = withDefaults(defineProps<{
|
|||||||
subtitle?: string
|
subtitle?: string
|
||||||
showHeader?: boolean
|
showHeader?: boolean
|
||||||
}>(), {
|
}>(), {
|
||||||
|
data: undefined,
|
||||||
|
title: undefined,
|
||||||
|
subtitle: undefined,
|
||||||
showHeader: true
|
showHeader: true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user