This commit is contained in:
Никита Круглицкий
2024-11-26 18:01:19 +03:00
parent e87c62aaeb
commit 75cdae594a
17 changed files with 29 additions and 424 deletions

View File

@@ -1,7 +0,0 @@
import notify from '../components/ui/notification/notify'
export default defineNuxtPlugin((nuxtApp) => {
notify._context = nuxtApp.vueApp._context
return {}
})