Skip to content

Commit

Permalink
Fixes SSENSE#388 - Updated snapshots (SSENSE#398)
Browse files Browse the repository at this point in the history
* Fixes SSENSE#388

* Fixes SSENSE#388 - Updated snapshots
  • Loading branch information
abhipanda authored and quinnlangille committed Mar 21, 2019
1 parent 1b094c4 commit a0556f4
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions src/Carousel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section
<div
class="VueCarousel"
v-bind:class="{ 'VueCarousel--reverse': paginationPosition === 'top' }"
>
Expand Down Expand Up @@ -42,7 +42,7 @@
<slot name="pagination" v-if="paginationEnabled">
<pagination @paginationclick="goToPage($event, 'pagination')"/>
</slot>
</section>
</div>
</template>
<script>
import autoplay from "./mixins/autoplay";
Expand Down
Loading

0 comments on commit a0556f4

Please sign in to comment.