This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="heading"> | |
<h1>VueJS Audio Player V2</h1> | |
<p>(photos from <a href="https://unsplash.com/">unsplash</a> & audios from <a href="https://soundbible.com/">soundbible</a>)</p> | |
</header> | |
<main class="audioPlayer" id="app"> | |
<a class="nav-icon" v-on:click="isPlaylistActive=!isPlaylistActive" :class="{'isActive': isPlaylistActive}" title="Music List"> | |
<span></span> | |
<span></span> | |
<span></span> |