[Vuejs]-Useing better-scroll in vue, but it shows a blank sometimes

0👍

use const imgWidth = document.documentElement.clientWidth instead of const imgWidth = this.$refs.sliderItemImg[0].clientWidth;

Leave a comment