监视vuex数据的变化 123456789// vuex 中定义const base = { namespaced: true, state: { records: -1 }}export base 1234// 需要使用的 vue 文件中定义const records = computed(() => store.state.base.records)watch(records, (newVal, oldVal) => {}) Vue > Vuex 监视vuex数据的变化 http://example.com/2023/01/09/监视vuex数据的变化/ Author John Doe Posted on January 9, 2023 Licensed under requestAnimationFrame Previous router go -1页面不刷新问题 Next