how vue refreshes the current component and subcomponents within a component.
for example, there is an input in the component that I typed. When I swipe the component, it is tantamount to re-entering the component and cannot destroy the vuex.
the $forceUpdate () that comes with vue seems to have no effect