made for you page
This commit is contained in:
parent
60221d5e01
commit
7f3e455b78
6 changed files with 41 additions and 2 deletions
|
@ -375,6 +375,13 @@
|
|||
<%- include('pages/library-albums') %>');
|
||||
%>
|
||||
</transition>
|
||||
<!-- Library - Albums -->
|
||||
<transition name="wpfade" v-on:enter="getMadeForYou()">
|
||||
<template v-if="page == 'library-madeforyou'" >
|
||||
<%- include('pages/madeforyou') %>');
|
||||
%>
|
||||
</template>
|
||||
</transition>
|
||||
</div>
|
||||
<transition name="drawertransition">
|
||||
<div class="app-drawer" v-if="drawer.open">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue