See All is now functional on artist pages
This commit is contained in:
parent
d11a152814
commit
f4b45f5222
5 changed files with 55 additions and 7 deletions
|
@ -62,7 +62,7 @@
|
|||
</h3>
|
||||
</div>
|
||||
<div class="col-auto flex-center" v-if="data.views[view].data.length >= 10">
|
||||
<button class="cd-btn-seeall">See All</button>
|
||||
<button class="cd-btn-seeall" @click="app.showArtistView(data.id, data.attributes.name + ' - ' + data.views[view].attributes.title, view)">See All</button>
|
||||
</div>
|
||||
</div>
|
||||
<template v-if="!((data.views[view].attributes.title ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue