Vue 3 Error inject() warning use pinia call actions in context menu directive #1641
Answered
by
natuan62
natuan62
asked this question in
Help and Questions
-
I got warning
when open right context menu I try to place store follow https://pinia.vuejs.org/core-concepts/outside-component-usage.html but warning still appear |
Beta Was this translation helpful? Give feedback.
Answered by
natuan62
Sep 8, 2022
Replies: 1 comment
-
This warning not involve to context menu directive. It's cause by config route and use another composables (this composables contain one store write by use vue 3 reactive) inside my store |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
natuan62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This warning not involve to context menu directive. It's cause by config route and use another composables (this composables contain one store write by use vue 3 reactive) inside my store