vue A页面监听state中的一个值,B页面通过commit去改变state里面的值,为什么触发不了监听??

A页面

img


B页面

img


VUEX

img

A页面的console.log触发不了 改成alert也不行 请问为什么。。

都有computed了为什么还要用watch呢,watch监听不了computed里的值,如果你想实时展示改变后的值,template里面直接写 {{hhh}}