Implement fuzzy page search using fuse.js (#86)

This commit is contained in:
Mungai Njoroge
2022-09-10 10:46:45 -04:00
committed by GitHub
parent befdf383b6
commit 5770a66d67
67 changed files with 568 additions and 558 deletions
+2 -1
View File
@@ -10,10 +10,11 @@
v-for="(t, index) in queue.tracklist"
:key="index"
:track="t"
:index="index + 1"
:index="index"
:isPlaying="queue.playing"
:isHighlighted="false"
:isCurrent="index === queue.currentindex"
:isQueueTrack="true"
@PlayThis="playFromQueue(index)"
/>
</div>