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 c08bbce commit 4d44aa4Copy full SHA for 4d44aa4
src/App.vue
@@ -10,7 +10,7 @@
10
</v-btn>
11
</v-toolbar>
12
<div class="parent">
13
- <Card v-for="(item) in content" key="i" :content="item"/>
+ <Card v-for="(item, i) in content" :key="i" :content="item"/>
14
</div>
15
</v-main>
16
</v-app>
0 commit comments