Raymond Verbruggen
Raymond Verbruggen
I hope you find something :)
Maybe calculate the `slideWidth` in "Carousel.vue" ``` beforeUpdate() { this.computeCarouselWidth(); }, ```
`this.slideWidth` never gets a value in `Carousel.vue`
I updated ``` computeCarouselWidth() { this.getSlideCount(); this.getBrowserWidth(); this.getCarouselWidth(); this.setCurrentPageInBounds(); this.slideWidth = this.slideWidth(); }, ``` Sorry I cannot test it, when I run "npm run build" in the vue-carousel folder I...
Hey @quinnlangille yep it is still happening; see the site, I have not changed anything
iMac:vue-carousel raymond$ npm run build > [email protected] build /Users/raymond/stack/sites/pim-webpack/node_modules/vue-carousel > webpack --config webpack.prod.js && npm run updateDocAssets /Users/raymond/stack/sites/pim-webpack/node_modules/vue-carousel/webpack.common.js:64 new VueLoaderPlugin() ^ TypeError: VueLoaderPlugin is not a constructor at Object. (/Users/raymond/stack/sites/pim-webpack/node_modules/vue-carousel/webpack.common.js:64:5)...
yes that would be much appreciated :)
You are right; it works. But what it does it goes to the last slide and then runs back in the opposite direction to slide 1. Instead of keeping the...
Loop is not mentioned in the docs, that's why people are asking... This is a great component!!