mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(Notifications): add missing imports
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
<script setup>
|
||||
import Notification from './Notification'
|
||||
import { useNuxtApp, useState } from '#app'
|
||||
|
||||
const { $toast } = useNuxtApp()
|
||||
const notifications = useState('notifications')
|
||||
|
||||
Reference in New Issue
Block a user