I have no idea what I am doing.
This commit is contained in:
parent
ffc55b6b64
commit
c5bb053271
7 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="artist item-navigate text-overflow-elipsis" @click="app.searchAndNavigate(item,'artist')">
|
||||
{{ item.attributes.artistName }}
|
||||
</div>
|
||||
<template v-if="item.attributes.albumName"> - </template>
|
||||
<template v-if="item.attributes.albumName"> — </template>
|
||||
<template v-if="item.attributes.albumName">
|
||||
<div class="artist item-navigate text-overflow-elipsis" @click="app.searchAndNavigate(item,'album')">
|
||||
{{ item.attributes.albumName }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue