add experimental tooltip to songitem component

This commit is contained in:
geoffrey45
2022-09-04 10:47:52 +03:00
parent 7c575be4bc
commit 4861429e4e
4 changed files with 59 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<script setup lang="ts">
import PlaylistCard from "@/components/PlaylistsList/PlaylistCard.vue";
import NewPlaylistCard from "@/components/PlaylistsList/NewPlaylistCard.vue";
// import NewPlaylistCard from "@/components/PlaylistsList/NewPlaylistCard.vue";
import usePStore from "@/stores/pages/playlists";
const pStore = usePStore();
</script>