global token
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user