Skip to content

Commit

Permalink
fix div
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmashiro committed Oct 17, 2024
1 parent 1284c88 commit 8a7925b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vuepress/components/SongList.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<ul>
<div>
<!-- <li v-for="(song, index) in songs" :key="index">{{ song }}</li> -->

<Song v-for="(song, index) in songs"
:key="index"
:song="song" />
</ul>
</div>
</template>

<script setup>
Expand Down

0 comments on commit 8a7925b

Please sign in to comment.