topic description
A single-page application for vue family buckets, using vuex for the first time. The problem now is that on page A, one state of moduleA is 1, and now I change 1 to 2;
when I switch to page B and back to page A, the state is still 2. Is there any way to make state 1