Maronato/vue-toastification

I get Error Cannot read properties of undefined (reading 'provide')

palachX opened this issue · 1 comments

"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
image
Then use script setup
image

image
image

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.