Commit a56af92e05b4e3193c0b06016aa5ee469d8d30dd

Authored by Aresn
Committed by GitHub
2 parents dfe23efe b873063c

Merge pull request #2662 from liumiaoxiang/patch-1

Update carousel.vue
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/carousel/carousel.vue
... ... @@ -308,6 +308,7 @@
308 308 },
309 309 value (val) {
310 310 this.currentIndex = val;
  311 + this.trackIndex = val;
311 312 }
312 313 },
313 314 mounted () {
... ...