diff --git a/src/runtime/components/overlays/Notifications.vue b/src/runtime/components/overlays/Notifications.vue index 0e5eaf52dd..dda68354c6 100644 --- a/src/runtime/components/overlays/Notifications.vue +++ b/src/runtime/components/overlays/Notifications.vue @@ -25,5 +25,5 @@ import { useNuxtApp, useState } from '#app' import Notification from './Notification' const { $toast } = useNuxtApp() -const notifications = useState('notifications') +const notifications = useState('notifications', () => [])