minor glitch in core-concepts/#using-the-store example #1214
Unanswered
nfin
asked this question in
Help and Questions
Replies: 0 comments
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.
-
export const useStore = defineStore('main', {
// other options...
})
import { useStore } from '@/stores/counter'
".../counter" is confusing, in the context: "import { useStore } from '@/stores/main" makes more sense.
Beta Was this translation helpful? Give feedback.
All reactions