global token

This commit is contained in:
2021-05-23 00:11:20 +08:00
parent a2f78933ec
commit 18cb5aa37e
2 changed files with 13 additions and 3 deletions

View File

@@ -19,10 +19,11 @@
</nav>
</header>
<main>
<router-view @play_audio="play_audio"></router-view>
<router-view @set_token="set_token" @play_audio="play_audio"></router-view>
</main>
<footer>
<component-audio-player :file=playing_audio_file></component-audio-player>
<p>{{ token }}</p>
</footer>
</div>
</body>