From e0c0c33de3eab17a123ee4ffa7210758b5b48405 Mon Sep 17 00:00:00 2001 From: Gary Gu <garygu@Garydebijibendiannao.local> Date: Wed, 28 May 2025 14:58:55 +0800 Subject: [PATCH] feat: 项目实况开发 --- src/Dashboard.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Dashboard.vue b/src/Dashboard.vue index ef37b63..a7c466c 100644 --- a/src/Dashboard.vue +++ b/src/Dashboard.vue @@ -38,7 +38,7 @@ <div class="w-[1080px]"> <!-- 右侧模块 --> <div class="w-full h-full"> - <Home v-if="isReady" /> + <Home v-if="isReady" :selected-id="selectedId" /> </div> </div> </div> -- Gitblit v1.9.3