See All is now functional on artist pages

This commit is contained in:
booploops 2021-12-09 23:03:24 -08:00
parent d11a152814
commit f4b45f5222
5 changed files with 55 additions and 7 deletions

View file

@ -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 ?