vue-toastr icon indicating copy to clipboard operation
vue-toastr copied to clipboard

Vuejs Toast : Plugin and Component Capability.

Results 3 vue-toastr issues
Sort by recently updated
recently updated
newest added

This PR reverts back the possibility to use slots in vue-3 branch, since it was dropped for some reason

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...