Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #155 from lukaszflorczak/issue-154-Autoplay_is_not…
Browse files Browse the repository at this point in the history
…_working_until_mouse_is_over_the_slider

Fix autoplay initiation
  • Loading branch information
lukaszflorczak authored Apr 22, 2020
2 parents 6faedcb + f67158e commit 04cb60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-agile",
"version": "1.1.0",
"version": "1.1.1",
"description": "A carousel component for Vue.js",
"author": "Łukasz Florczak <[email protected]>",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/Agile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@
this.prepareSlides()
this.prepareCarousel()
this.toggleFade()
this.toggleAutoPlay()
}
}
}
Expand Down

0 comments on commit 04cb60d

Please sign in to comment.