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

Commit

Permalink
Fix autoplay initiation
Browse files Browse the repository at this point in the history
Closes #154
  • Loading branch information
lukaszflorczak committed Apr 21, 2020
1 parent 6faedcb commit f67158e
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 f67158e

Please sign in to comment.