直接上代码

    computed: {
      getStoreItem () {
        return this.$store.state.test
      }
    },
    watch: {
      getStoreItem () {
        console.log(this.$store.state.test,'asfas fas fas')
      }
    },

面试能积累很多东西包括有用的和没用的~~~

Logo

前往低代码交流专区

更多推荐