mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
add dynamic charts to last 7 days card
This commit is contained in:
@@ -18,6 +18,7 @@ defineProps<{
|
||||
:class="last7Days.length === 7 ? 'last:border-0' : ''"
|
||||
:key="day.date"
|
||||
:date="day.date"
|
||||
:history="day.history"
|
||||
:duration="day.duration"></DayOverviewCardEntry>
|
||||
</DashboardCard>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user