added a favorites section to home, added kind property to horizontal scroller
This commit is contained in:
parent
3c17e15b08
commit
7e7119d592
3 changed files with 26 additions and 3 deletions
|
@ -19,6 +19,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h3>Your Favorites</h3>
|
||||
<div class="well">
|
||||
<mediaitem-scroller-horizontal kind="small" :items="friendsListeningTo" :item="item"></mediaitem-scroller-horizontal>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h3>Made For You</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue