mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-15 20:58:01 +00:00
fix: album.company显示问题 (#2009)
This commit is contained in:
parent
ce738f6b40
commit
c89ebbdd22
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
{{ $t('album.released') }}
|
||||
{{ album.publishTime | formatDate('MMMM D, YYYY') }}
|
||||
</div>
|
||||
<div v-if="album.company !== null" class="copyright">
|
||||
<div v-if="album.company" class="copyright">
|
||||
© {{ album.company }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue