Merge pull request #2662 from liumiaoxiang/patch-1

Update carousel.vue
This commit is contained in:
Aresn 2017-12-20 10:46:40 +08:00 committed by GitHub
commit a56af92e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,6 +308,7 @@
}, },
value (val) { value (val) {
this.currentIndex = val; this.currentIndex = val;
this.trackIndex = val;
} }
}, },
mounted () { mounted () {