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