-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support store.watch #86
Comments
Can you provide a boiled down reproduction without Nuxt? Using the CLI should be fine. As long as you provide the |
Hi Sorry for the lateness basically in my component folder the store is in main.js |
I'm currently using nuxt with vue-composition-api
on my onMount hook, I have store watch.
$store provided by Vuex.Store and Store(this mock) is not having the same implementation?
Vuex watch API: https://vuex.vuejs.org/api/#watch
The text was updated successfully, but these errors were encountered: