Skip to content

Commit 8d3895b

Browse files
authored
fix(VCarousel): add keys to delimiter buttons (#15459)
1 parent 3bea44e commit 8d3895b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vuetify/src/components/VCarousel/VCarousel.ts

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export default VWindow.extend({
149149
small: true,
150150
value: this.getValue(this.items[i], i),
151151
},
152+
key: i,
152153
}, [
153154
this.$createElement(VIcon, {
154155
props: { size: 18 },

0 commit comments

Comments
 (0)