We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b231d commit bb7dbadCopy full SHA for bb7dbad
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jambonn/vue-concise-carousel",
3
- "version": "2.1.4",
+ "version": "2.1.5",
4
"description": "Vue Concise Carousel is SSR and CSR friendly",
5
"keywords": [
6
"vue",
src/Navigation.vue
@@ -16,7 +16,6 @@
16
type="button"
17
aria-label="Next page"
18
:tabindex="canAdvanceForward ? 0 : -1"
19
- class="VueCarousel-navigation-button VueCarousel-navigation-next"
20
@click.prevent="$emit('navigation-click', 'forward')"
21
:class="[
22
'VueCarousel-navigation-button VueCarousel-navigation-next',
src/Slide.vue
@@ -1,7 +1,6 @@
<template>
<div
ref="vueCarouselSlide"
- class="VueCarousel-slide"
tabindex="-1"
role="tabpanel"
7
0 commit comments