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 (