vue-tiny-slider
vue-tiny-slider copied to clipboard
Vanilla javascript slider for all purposes created by ganlanyuan in Vue.
Tiny-slider has a good, but a bit complex way of setting responsive options. We need a better way to handle this.
I know that this lib can work with Nuxt by wrapping it with client-only and some manipulations but in such use case, there is no way to get content of...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Vue native 2.6 + Laravel 7 **In app.js** ``` ... import VueTinySlider from 'vue-tiny-slider'; ... ``` ``` ... components: { VueTinySlider }, ... ``` **In view blade:** ``` ... @foreach...
i to try upload the new images to vue.data for show is. but slider is destroid.
https://github.com/viktorlarsson/vue-tiny-slider/blob/a0ba40447e76ddfe55e5944d72981ac701ccc54c/src/index.js#L5 the events in the event list will never work because of https://vuejs.org/v2/guide/components-custom-events.html#Event-Names
Hi, I'm using your Code for developing an plugin for plentymarkets. Sincerly I have some problems. I've implemented VueTinySlider as a Component and use webpack. As a Result I got...
I'm trying to move between slides only for dragged distance. Instead of moving from one slide to another (width of the next slide), I want to move slider only for...
**How to reproduce:** - create slider with 1 slide - set autoWidth to true **Actual Result:** Uncaught TypeError: Cannot read property 'getBoundingClientRect' of undefined Controls stay visible even there is...
Right now there is an issue with styles being removed from the slider on destroy which leads to visual mess and jumpiness of items when navigating from one vue route...