How to use pinia in Quasar framework? #9212
Answered
by
metalsadman
donPuerto
asked this question in
General - Components / Directives / etc
-
Im having error in boot import { boot } from 'quasar/wrappers';
import { createPinia } from 'pinia'
export default boot(({app}) => {
const pinia = createPinia()
app.use(pinia)
console.log('Pinia was created', pinia)
});
export { pinia } |
Beta Was this translation helpful? Give feedback.
Answered by
metalsadman
May 10, 2021
Replies: 1 comment 1 reply
-
because your 'pinia' variable is out of scope. could you please delete your duplicated thread #9209. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because your 'pinia' variable is out of scope.
could you please delete your duplicated thread #9209.