-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[vue] 怎么监听vuex数据的变化? #391
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
Labels
vue
vue
Comments
说的是内部逻辑嘛? |
官网的图显示 Devtools好像是监视mutation的调用 mark一下 |
在mutations中监视 |
watch |
|
补充 非vue文件的监听方法官方文档:https://vuex.vuejs.org/zh/api/#watch; |
watch、computed和devtool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[vue] 怎么监听vuex数据的变化?
The text was updated successfully, but these errors were encountered: