8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
import notify from '../components/ui/notification/notify'
|
|
|
|
export default defineNuxtPlugin((nuxtApp) => {
|
|
notify._context = nuxtApp.vueApp._context
|
|
|
|
return {}
|
|
})
|