mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
add filters to search
- move global to center
This commit is contained in:
@@ -120,4 +120,13 @@ watch(current, (new_current, old_current) => {
|
||||
localStorage.setItem("prev", JSON.stringify(prev.value));
|
||||
});
|
||||
|
||||
export default { putCommas, doThat, readQueue, focusCurrent, current, queue, next, prev };
|
||||
export default {
|
||||
putCommas,
|
||||
doThat,
|
||||
readQueue,
|
||||
focusCurrent,
|
||||
current,
|
||||
queue,
|
||||
next,
|
||||
prev,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user