Elie Pernet

Results 3 comments of Elie Pernet

Hello, you can't register vue-toastification like that, the good way is described in the first part of the README. ```js import { createApp } from "vue"; import Toast from "vue-toastification";...

Like that, please read the README all is explained inside... ```js Toast import { useToast } from "vue-toastification"; export default { name: 'App', data() { return { toast: useToast() }...

Okay, thank you, I'll think about it.