SSR+Typescript setup #1742
Unanswered
Asxer
asked this question in
Help and Questions
Replies: 1 comment
-
hi @Asxer !, you should use check this setup: https://dev.to/manojap/setup-pinia-in-nuxt-3-37ia |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm in the process of exploring Nuxt 3 and Pinia and I'm very confused right now. Could you please help me?
Where can I find types set for the Pinia?
@pinia/nuxt
but there are constant errors aboutCan not find module pinia
so I had to use such a workaround in nuxt.config.jsI don't really like it and due to this problem, there is no autocomplete, proper work with types, etc.
What is App? Where should it be imported from? From where should I import the
createPinia
function? Due to point 2, there are no autocompletes for me.Beta Was this translation helpful? Give feedback.
All reactions