Skip to content

Commit

Permalink
fix(VCarousel): add keys to delimiter buttons (#15459)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel committed Aug 5, 2022
1 parent 3bea44e commit 8d3895b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VCarousel/VCarousel.ts
Expand Up @@ -149,6 +149,7 @@ export default VWindow.extend({
small: true,
value: this.getValue(this.items[i], i),
},
key: i,
}, [
this.$createElement(VIcon, {
props: { size: 18 },
Expand Down

0 comments on commit 8d3895b

Please sign in to comment.