some fix
This commit is contained in:
parent
9a27ffd652
commit
a88f8aa6f9
2 changed files with 4 additions and 3 deletions
|
@ -65,8 +65,9 @@
|
|||
<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')">
|
||||
<template v-if="!((data.views[view].attributes.title ?
|
||||
data.views[view].attributes.title : '???').includes('Video') || (data.views[view].attributes.title ?
|
||||
data.views[view].attributes.title : '???').includes('More To See'))">
|
||||
<mediaitem-scroller-horizontal-large :items="data.views[view].data.limit(10)">
|
||||
</mediaitem-scroller-horizontal-large>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue