MHG
MHG
## Pre-Submission Checklist - [x] Opened an issue discussing these changes before opening the PR - [x] Ran the linter and tests via `make prepush` - [x] Included comprehensive and...
- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...
If the children of the `VueSlickCarousel` change during the app to a number less than `slidesToShow` i.e. (`newChildren.length
## Description feat: A new feature that allows to stack `@Expose` decorator more than once. ## Checklist - [x] the pull request title describes what this PR does (not a...
### Environment Nuxt project info: ------------------------------ - Operating System: Linux - Node Version: v20.10.0 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected]...
This pull request fixes https://github.com/gs-shop/vue-slick-carousel/issues/243, https://github.com/gs-shop/vue-slick-carousel/issues/185, https://github.com/gs-shop/vue-slick-carousel/issues/125 and possibly some others.
Resolves #362 by removing the `stopPropagation` in the _captured_ `dragend` event of the carousel.
**Describe the bug** If there is an anchor link (i.e. the `` element) inside the `` tags, the app will redirect to the new page after dragging the link, even...
If we use at-rule in the vue file, the plugin will stop building the application. ```vue Hello .card { @apply border border-gray-300 bg-gray-50 rounded p-3; /*
In nuxt 3 this error is raised: ```Cannot read properties of undefined (reading 'getSSRProps')```.