mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Implement fuzzy page search using fuse.js (#86)
This commit is contained in:
@@ -81,7 +81,6 @@ const routes = [
|
||||
|
||||
await store
|
||||
.fetchTracksAndArtists(to.params.hash)
|
||||
.then(() => store.fetchBio(to.params.hash))
|
||||
.then(() => {
|
||||
state.loading.value = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user