computed: {
  getUserIcons() {
    return this.$store.state.ccurrencytext;
  }
},
watch: {
  getUserIcons(val) {
    console.log('监听变化:');
    console.log(val);
  }

},

Logo

前往低代码交流专区

更多推荐