Skip to content

Commit 4d44aa4

Browse files
authored
Fixed a typo in App.vue
1 parent c08bbce commit 4d44aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</v-btn>
1111
</v-toolbar>
1212
<div class="parent">
13-
<Card v-for="(item) in content" key="i" :content="item"/>
13+
<Card v-for="(item, i) in content" :key="i" :content="item"/>
1414
</div>
1515
</v-main>
1616
</v-app>

0 commit comments

Comments
 (0)