We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bea44e commit 8d3895bCopy full SHA for 8d3895b
1 file changed
packages/vuetify/src/components/VCarousel/VCarousel.ts
@@ -149,6 +149,7 @@ export default VWindow.extend({
149
small: true,
150
value: this.getValue(this.items[i], i),
151
},
152
+ key: i,
153
}, [
154
this.$createElement(VIcon, {
155
props: { size: 18 },
0 commit comments