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 @@
<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>