-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getActivePinia not found #16678
Comments
The The order in which the app is created (with all of its components - router/pinia/etc) is described in the Quasar App Flow section of the boot files page in docs. |
Sorry @rstoenescu, I'm confused, the Quasar App Flow, says that the order is:
How it would be the right way of using or accessing Pinia in App.vue (I need to access it over the top of all layouts) if I'd need something like this in App.Vue
I mean, what is the correct order to use Pinia en Quasar in order to achieve this ? UPDATE: Sorry, the problem occurs when I have tried to access one store that inside try to access another store, in this case, "storeAuth"
|
After some research I've found this. I guess I have this problem. |
Snippet of my
src/router/routes.ts
Since Quasar CLI (with VITE) doesn't have a
main.ts
, I can't do this...Here is the error from console.
Originally posted by @Trink3t in #16677 (comment)
The text was updated successfully, but these errors were encountered: