vue-agile
vue-agile copied to clipboard
🎠 A carousel component for Vue.js
**Is your feature request related to a problem? Please describe.** Today it is not possible to disable the touch/mouse move(drag). **Describe the solution you'd like** Create a new attribute with...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
I'm using vue 3 with composition I tried to implement this package but it didn't worked for me. On template I have this ``` ``` script like this ``` import...
**Setup** **vue**: "^3.2.25" with **vite** 1. I installed `"vue-agile": "^2.0.0"` via `npm i vue-agile` 2. I initialized it in `main.js` 3. I get fatal error in console, app won't load...
I use below code `prev next` but in certain size of screen, it's dissapear.
**Describe the bug** I was using the carousel with slidesToShow = 7 to show 7 slides per page. When configuring slidesToScroll = 7 to pass 7 slides for navigation, it...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Hello, this might be a bug, I don't remember to see this before, some days ago I started to see the following warnings in my Chrome console view of a...
after importing the dependency into my component: ```import VueAgile from 'vue-agile';``` this error prevents my component from rendering anything. PS: I have tried editing my `vite.config.ts` file as said in...