add apple-curator page
This commit is contained in:
parent
6ab5534ee8
commit
0ca70784c6
3 changed files with 59 additions and 3 deletions
|
@ -382,6 +382,12 @@
|
|||
%>
|
||||
</template>
|
||||
</transition>
|
||||
<transition name="wpfade">
|
||||
<template v-if="page.includes('appleCurator')" >
|
||||
<cider-applecurator :data="showingPlaylist"></cider-applecurator>
|
||||
</template>
|
||||
</transition>
|
||||
|
||||
</div>
|
||||
<transition name="drawertransition">
|
||||
<div class="app-drawer" v-if="drawer.open">
|
||||
|
@ -454,6 +460,9 @@
|
|||
<!-- Collection List -->
|
||||
<%- include('pages/collection-list') %>
|
||||
|
||||
<!-- Apple Curator -->
|
||||
<%- include('pages/apple-curator') %>
|
||||
|
||||
<!-- Artist Page -->
|
||||
<%- include('pages/artist') %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue