vue-toastr
vue-toastr copied to clipboard
Vuejs Toast : Plugin and Component Capability.
This PR reverts back the possibility to use slots in vue-3 branch, since it was dropped for some reason
Vue 3 Issue
Hello, when i use it in vue 3 i get the following error: `Uncaught TypeError: Vue.extend is not a function at Object.VueToastr.install (vue-toastr.esm.js?025a:736) at Object.use (runtime-core.esm-bundler.js?5c40:2945) at eval (main.js?56d7:8) at...
Your nice toasts were used for a while in my simple Vue 2 app. Now I upgraded to Vue 3, also upgraded plugin to 3,0.5 but can't figure out how...