Sink/app/components/dashboard/realtime/Index.vue
2025-05-11 17:48:46 +08:00

11 lines
289 B
Vue

<template>
<main class="space-y-6">
<div class="flex flex-col gap-6 sm:gap-2 sm:flex-row sm:justify-between">
<DashboardNav class="flex-1">
Mode & TimeRange
</DashboardNav>
<!-- add filter -->
</div>
<DashboardRealtimeGlobe />
</main>
</template>