From a9f8cc63ea0b756876e4f938334581df92ac50cc Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sat, 24 Sep 2022 15:19:52 +0300 Subject: [PATCH] replace popperjs tooltip with html title attribute ~ to reduce the amount of javascript at the cost of ugly tooltips --- src/components/shared/SongItem.vue | 12 ++--- src/directives/vTooltip.ts | 82 ++---------------------------- 2 files changed, 9 insertions(+), 85 deletions(-) diff --git a/src/components/shared/SongItem.vue b/src/components/shared/SongItem.vue index dfebaa8..7fc4d13 100644 --- a/src/components/shared/SongItem.vue +++ b/src/components/shared/SongItem.vue @@ -2,7 +2,7 @@
@@ -12,7 +12,7 @@
-
+
-
+
{{ track.title }}