I'm trying to create an app-wide notification pinia store, but the auto-import doesn't appear to work in a .ts/.js file. I can verify that it does work correctly in a regular .vue file.
Apologies if it's outside of the scope of this library, but i've never really come across this issue before. Do I actually need to manually import it in cases like this from somewhere?
I'm trying to create an app-wide notification pinia store, but the auto-import doesn't appear to work in a .ts/.js file. I can verify that it does work correctly in a regular .vue file.
Here's an example of what I'm trying to do:
Apologies if it's outside of the scope of this library, but i've never really come across this issue before. Do I actually need to manually import it in cases like this from somewhere?