cleaned up a bit, added fetch playlist function
This commit is contained in:
parent
9978a7e8c2
commit
90670206ba
2 changed files with 13 additions and 5 deletions
|
@ -140,7 +140,7 @@
|
|||
<div class="app-sidebar-header-text">
|
||||
Playlists
|
||||
</div>
|
||||
<button class="app-sidebar-item" v-for="item in playlists.items" :key="item.id" href="">
|
||||
<button class="app-sidebar-item" v-for="item in playlists.listing" :key="item.id" href="item.href">
|
||||
{{ item.attributes.name }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue