Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit ff30ae0

Browse files
author
Luis Augusto
committed
bug fix
1 parent 2d5039c commit ff30ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<v-col md="5" cols="12">
1313
<h2 class="text-md-h4 text-h5">Recent News</h2>
1414
<v-row>
15-
<v-col v-for="(item, index) in news" :key="index">
15+
<v-col v-for="(item, index) in news" :key="index" cols="12">
1616
<NewsCard :news-item="item"></NewsCard>
1717
</v-col>
1818
</v-row>

0 commit comments

Comments
 (0)