import Toast from "vue-toastification";
export default defineNuxtPlugin(nuxtApp => {
// Doing something with nuxtApp
nuxtApp.vueApp.use(Toast)
})