Quasar boot file integration? #553
Answered
by
IlCallo
francoism90
asked this question in
Help and Questions
-
Does anyone know how to call Pinia in a boot file? This works fine:
However I would like to call Pinia in a second boot file, however it keeps saying the store doesn't exist:
|
Beta Was this translation helpful? Give feedback.
Answered by
IlCallo
Jun 25, 2021
Replies: 2 comments 5 replies
-
Can you share the code of |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
francoism90
-
I can't make it work, somehow quasar won't recognize THIS to acess the state inside actions, i'm lost |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you share the code of
src/store/session
?What's your boot files order? Into
quasar.conf.js > boot