room fix
This commit is contained in:
parent
43ed479de4
commit
d1206f29b5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<template v-if="data.type=='rooms' && (data?.relationships?.contents?.data ?? []).length > 0">
|
<template v-if="data.type=='rooms' && (data?.relationships?.contents?.data ?? []).length > 0">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-auto cider-flex-center"
|
<div class="col-auto cider-flex-center"
|
||||||
v-if="index != 0 && data?.relationships?.contents?.data.length > 10">
|
v-if="data?.relationships?.contents?.data.length > 10">
|
||||||
<button class="cd-btn-seeall"
|
<button class="cd-btn-seeall"
|
||||||
@click="app.showCollection(recom, data.attributes.name ?? '', 'listen_now')">
|
@click="app.showCollection(recom, data.attributes.name ?? '', 'listen_now')">
|
||||||
{{app.getLz('term.seeAll')}}
|
{{app.getLz('term.seeAll')}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue