Add genre in artist bio
This commit is contained in:
parent
050823c66d
commit
1f2b0a9a36
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@
|
||||||
<h3>{{ data.attributes.isGroup ? "Formed" : "Born" }}</h3>
|
<h3>{{ data.attributes.isGroup ? "Formed" : "Born" }}</h3>
|
||||||
{{ data.attributes.bornOrFormed }}
|
{{ data.attributes.bornOrFormed }}
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="data.attributes.genreNames">
|
||||||
|
<h3>Genre</h3>
|
||||||
|
{{ data.attributes.genreNames.join(', ') }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue