From 549a01d454423f7406370141787b69a5a3fd0a9c Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Fri, 11 Apr 2025 09:54:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=8C=EB=A6=BC=20=EC=97=86=EC=9D=84?= =?UTF-8?q?=EB=95=8C=20=ED=83=91=EB=B0=94=20=EB=B9=A8=EA=B0=84=EB=8F=99?= =?UTF-8?q?=EA=B7=B8=EB=9D=BC=EB=AF=B8=20=EC=95=88=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/TheTop.vue | 45 +++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/src/layouts/TheTop.vue b/src/layouts/TheTop.vue index 8843357..b1b13a1 100644 --- a/src/layouts/TheTop.vue +++ b/src/layouts/TheTop.vue @@ -38,25 +38,36 @@ @@ -120,6 +131,8 @@ const selectedProject = ref(null); const weather = ref({}); const dailyWeatherList = ref([]); + const notifications = ref([]); + const notificationCount = ref(0); const weatherReady = computed(() => { return (