[Vuejs]-Whydoes Vue3 Toastify fails to recognise the toast object they explicitly state we should use?

0👍

Ok solved. I needed to import the ‘toast’ on my main.js

import Vue3Toasity, {toast} from 'vue3-toastify';

Leave a comment