fix: use innerText as tooltip text instead of bindings

-
this fixes the updates problem
-
This commit is contained in:
geoffrey45
2022-09-21 01:32:28 +03:00
parent fa8be2cde4
commit e03ed66f44
9 changed files with 70 additions and 46 deletions
+1 -1
View File
@@ -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