mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
format seconds into hh:mm:ss
This commit is contained in:
@@ -35,7 +35,9 @@ const tabs = {
|
||||
queue: "queue",
|
||||
};
|
||||
|
||||
const current_tab = ref(tabs.queue);
|
||||
const default_tab = tabs.home;
|
||||
|
||||
const current_tab = ref(default_tab);
|
||||
|
||||
function changeTab(tab) {
|
||||
current_tab.value = tab;
|
||||
|
||||
Reference in New Issue
Block a user