add curator page
This commit is contained in:
parent
7cc282f060
commit
bb77f08314
4 changed files with 60 additions and 18 deletions
|
@ -263,6 +263,11 @@
|
|||
<cider-recordlabel :data="showingPlaylist"></cider-recordlabel>
|
||||
</template>
|
||||
</transition>
|
||||
<transition name="wpfade">
|
||||
<template v-if="page.includes('curator_')">
|
||||
<cider-recordlabel :data="showingPlaylist"></cider-recordlabel>
|
||||
</template>
|
||||
</transition>
|
||||
<!-- Browse -->
|
||||
<transition name="wpfade">
|
||||
<template v-if="page == 'browse'">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue