-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Vssue]Nuxt 3 and Pinia #23
Comments
just wondering why there is an ID of ”filter-store“ but it is never used |
Hey @ddddeano. The export const useStore = defineStore('main', {
// other options...
}) But I prefer to be more explicit. Pinia states in their docs So it sounds like this |
Hi Buddy, first of all, thanks for your article. |
Hey hey. Glad you enjoyed the article. As for useState, I'll dig in a bit more and let you know what I find! |
How to use pinia within the API? |
https://codybontecou.com/nuxt3-and-pinia.html
The text was updated successfully, but these errors were encountered: