vue-toastification
vue-toastification copied to clipboard
I get Error Cannot read properties of undefined (reading 'provide')
"vue": "^3.2.13" "vue-toastification": "^2.0.0-rc.5"
Error: Cannot read properties of undefined (reading 'provide') at VueToastificationPlugin
P.S. Using with Vuex work
Init
Then use script setup
It's looking for the provided key from installing the plugin, which you haven't done. You first want to install the plugin as a plugin in your vue entry file.