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