mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix
This commit is contained in:
@@ -88,7 +88,7 @@ const options = controlledComputed(
|
|||||||
);
|
);
|
||||||
|
|
||||||
// 图表数据
|
// 图表数据
|
||||||
const series = ref([{ data: [37, 57, 45, 75, 57, 40, 65] }]);
|
const series = ref([{ data: [0, 0, 0, 0, 0, 0, 0] }]);
|
||||||
|
|
||||||
// 总数
|
// 总数
|
||||||
const totalCount = computed(() => series.value[0].data.reduce((a, b) => a + b, 0));
|
const totalCount = computed(() => series.value[0].data.reduce((a, b) => a + b, 0));
|
||||||
|
|||||||
Reference in New Issue
Block a user