rectangular view for music video
This commit is contained in:
parent
8e2f61ca76
commit
59850b1006
6 changed files with 182 additions and 6 deletions
|
@ -62,8 +62,15 @@
|
|||
<button class="cd-btn-seeall">See All</button>
|
||||
</div>
|
||||
</div>
|
||||
<template v-if="!(data.views[view].attributes.title ?
|
||||
data.views[view].attributes.title : '???').includes('Video')">
|
||||
<mediaitem-scroller-horizontal-large :items="data.views[view].data.limit(10)">
|
||||
</mediaitem-scroller-horizontal-large>
|
||||
</template>
|
||||
<template v-else>
|
||||
<mediaitem-scroller-horizontal-mvview
|
||||
:items="data.views[view].data.limit(10)"></mediaitem-scroller-horizontal-mvview>
|
||||
</template>
|
||||
</template>
|
||||
<div class="row">
|
||||
<div class="col" v-if="data.attributes.artistBio">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue