props watch 接口抖动

readType (val) {
      this.innerReadType = '-'
      this.$nextTick(() => {
        this.innerReadType = val
      })
    },
原文地址:https://www.cnblogs.com/pengchenggang/p/11358002.html