mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +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 @@
|
||||
</div>
|
||||
|
||||
<div class="bottom">
|
||||
<div class="title ellip t-center" v-tooltip="track?.title">
|
||||
<div class="title ellip t-center" v-tooltip>
|
||||
{{ track?.title || "♥ Hello ♥" }}
|
||||
</div>
|
||||
<ArtistName
|
||||
|
||||
Reference in New Issue
Block a user