0👍
use const imgWidth = document.documentElement.clientWidth instead of const imgWidth = this.$refs.sliderItemImg[0].clientWidth;
- [Vuejs]-Why my code is receiving an empty or blank value form my input?
- [Vuejs]-Perform patch operation on the data
Source:stackexchange.com