made for you page

This commit is contained in:
vapormusic 2021-12-20 11:03:18 +07:00
parent 60221d5e01
commit 7f3e455b78
6 changed files with 41 additions and 2 deletions

View file

@ -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">