prepare play

This commit is contained in:
2021-05-25 12:49:51 +08:00
parent 29b9b22759
commit b7e1c757f6
5 changed files with 277 additions and 25 deletions

View File

@@ -29,7 +29,7 @@
<router-view :token="token" @set_token="set_token" @play_audio="play_audio"></router-view>
</main>
<footer>
<component-audio-player @stop="stop" :file=playing_audio_file></component-audio-player>
<component-audio-player @stop="stop" @play_audio="play_audio" :file=playing_audio_file></component-audio-player>
<p>{{ token }}</p>
</footer>
</div>