Skip to content

Commit

Permalink
feat: 更新client-only
Browse files Browse the repository at this point in the history
  • Loading branch information
tong committed May 31, 2024
1 parent 302eda3 commit 59d21a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/components/MuiscPlayer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div class="p-music" id="float-music">
<client-only>
<aplayer
autoplay
:mini="mini"
Expand All @@ -11,6 +12,7 @@
:music="this.musicList[0]"
:list="this.musicList"
/>
</client-only>
</div>
</template>

Expand Down

0 comments on commit 59d21a8

Please sign in to comment.