vue-carousel
vue-carousel copied to clipboard
A flexible, responsive, touch-friendly carousel for Vue.js
When the carousel is invoked inside a bootstrap vue b-modal, it doesn't show any content.
https://ssense.github.io/vue-carousel/examples/ If you check this examples, U will see indicators are in distance from the image. And also I'm unable to change the colors of round indicators, it stays default...
pageChange triggers even when loading items in the carousel but this is supposed to work only on page change.
Reduces npm package size by ~80% ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug...
I want to disable swiping on specifing elements by css class. Maybe Option like `no-swiping-class`.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 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...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
I have custom component look like this: ``` ``` How to test it? When i want to mount (not shallowMount) component i got error: `[Vue warn]: Unknown custom element: -...