lfyfly / vue-waterfall-easy

vue瀑布流组件(vue-waterfall-easy 2.x)
https://lfyfly.github.io/vue-waterfall-easy/demo/#/
MIT License
860 stars 350 forks source link

在nuxt服务端渲染中,设置over的top无效 #81

Open BG7ZAG opened 5 years ago

BG7ZAG commented 5 years ago
setOverTipPos() {
      var maxHeight = Math.max.apply(null, this.colsHeightArr)
      this.$nextTick(() => {
        this.$refs.over.style.top = maxHeight + 'px'
      })
    }

在no-ssr 中 加载组件的