vue-juejin icon indicating copy to clipboard operation
vue-juejin copied to clipboard

标签管理中左右滑动tab下的白条没反应

Open yangxinSamsara opened this issue 4 years ago • 0 comments

 watch: {
    currentIndex(nv,ov){
      if (nv.toString()!=="") {
        this.tabWidth = this.$refs['tabs'][nv] && this.$refs['tabs'][nv].clientWidth
        this.tabLeft = this.$refs['tabs'][nv] && this.$refs['tabs'][nv].offsetLeft
      }
    }
  },

yangxinSamsara avatar May 06 '20 08:05 yangxinSamsara