mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
fix: use innerText as tooltip text instead of bindings
- this fixes the updates problem -
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<span v-else-if="album.is_single">Single</span>
|
||||
<span v-else>Album</span>
|
||||
</div>
|
||||
<div class="title ellip" v-tooltip="album.title">
|
||||
<div class="title ellip" v-tooltip>
|
||||
{{ album.title }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user