vue-agile icon indicating copy to clipboard operation
vue-agile copied to clipboard

🎠 A carousel component for Vue.js

Results 56 vue-agile issues
Sort by recently updated
recently updated
newest added

**Describe the bug** "speed" parameter does not work as part of ":options". **To Reproduce** Steps to reproduce the behavior: 1. Add `speed: 3000` inside `myOptions` - it would not work....

bug

Hi guys, I am trying to test a component which uses VueAgile locally register and I am getting the following error: ```bash /Users/gustavobissolli/Code/chatfood-webview/node_modules/vue-agile/src/index.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import VueAgile from './Agile' ^^^^^^^^ SyntaxError: Unexpected...

help needed

Another feature request from me. Start autoplay only when the component becomes visible (e.g. by scrolling into view). I would like to have my sequence of images begin playing when...

feature request

When using reload after changing the contents of the slot (ie, to apply a filter to the slides if the widthSlide property hasn't changed it isn't applied to the new...

bug

Just check the demo repo, you'll have this error in console ![image](https://user-images.githubusercontent.com/2734747/80604973-bb15fe00-8a32-11ea-8ad0-93a481641d01.png) At a first glance it seems that the problem could be connected to the "currentSlide" value. If you...

bug

It would be great to be able to pass aria-labels, titles and alt text to the slots for prevButton & nextButton to help with accessibility. Currently, Buttons do not have...

feature request

Hi everyone, a little help needed. Don't exactly know if it's a bug or just my lack of understanding. **Describe the problem** On desktop specifically, when the user swipes between...

bug

Even with the most basic of examples: ``` ``` the `mounted/created` lifecycle hooks in `SomeComponent` gets called 3 times Why is this happening? How to prevent it?

bug
in progress

Hi, could we get a feature where we slide the same amount of slidesToShow is bigger than 1. So what i mean is when: Say we have 10 images `array(1,2,3,4,5,6,7,8,9,10)`...

In IE, and Edge i'm getting the below issue: SCRIPT1002: Syntax error app.js, line 29199 character 1 The issue falls on: const install = (Vue) => { Vue.component('agile', _Agile_vue__WEBPACK_IMPORTED_MODULE_0__["default"]) }...

bug