import {mapGetters} from 'vuex' computed: { ...mapGetters([ 'showChip' ]) }, watch: { showChip(newVal) { this.chipInState = newVal } }
//试了几种方案,只有这个起效果了,记录一下。
2024-04-04 18:53:35
import {mapGetters} from 'vuex' computed: { ...mapGetters([ 'showChip' ]) }, watch: { showChip(newVal) { this.chipInState = newVal } }
//试了几种方案,只有这个起效果了,记录一下。
下一篇:1226 快速幂