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

Commit 89fd2ac

Browse files
author
Łukasz Florczak
committed
Fix initial slides width
1 parent 0cb931a commit 89fd2ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-agile",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A carousel component for Vue.js",
55
"author": "Łukasz Florczak <[email protected]>",
66
"license": "MIT",

src/Agile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@
444444
reload () {
445445
this.getWidth()
446446
this.prepareSettings()
447-
this.prepareCarousel()
448447
this.prepareSlides()
448+
this.prepareCarousel()
449449
this.toggleFade()
450450
},
451451

0 commit comments

Comments
 (0)