record label page

This commit is contained in:
vapormusic 2021-12-13 19:21:11 +07:00
parent 86212394f4
commit f952cca182
4 changed files with 128 additions and 6 deletions

View file

@ -258,6 +258,10 @@
<cider-playlist :data="showingPlaylist"></cider-playlist>
</template>
</transition>
<transition name="wpfade">
<template v-if="page.includes('recordLabel_')">
<cider-recordlabel :data="showingPlaylist"></cider-recordlabel>
</template>
</transition>
<!-- Browse -->
<transition name="wpfade">
@ -428,6 +432,9 @@
<!-- Playlists / Albums -->
<%- include('pages/cider-playlist') %>
<!-- Record Label -->
<%- include('pages/recordLabel') %>
<!-- Collection List -->
<%- include('pages/collection-list') %>