How to access other legacy vuex getters from pinia store #1306
Answered
by
posva
natemate90
asked this question in
Help and Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
posva
May 19, 2022
Replies: 1 comment 1 reply
-
If you are using the nuxt plugin, access getters: {
productType(): <type annotation needed here> {
return this.$nuxt //...
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
natemate90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using the nuxt plugin, access
$nuxt
throughthis
: