Compare commits
No commits in common. "38f37bba084c5ee4a3371b1b0a92465310268f55" and "33ed04bb356266288191cdc1e7d61a0ab32fb7c8" have entirely different histories.
38f37bba08
...
33ed04bb35
|
@ -9,7 +9,7 @@ const favourites = useFavourites()
|
||||||
|
|
||||||
const hover = ref(false)
|
const hover = ref(false)
|
||||||
|
|
||||||
defineProps<{
|
const props = defineProps<{
|
||||||
item: QueueItem
|
item: QueueItem
|
||||||
index: number
|
index: number
|
||||||
}>()
|
}>()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user