mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
client: migrate to solid dark mode
This commit is contained in:
@@ -32,6 +32,8 @@ const filters = ref([]);
|
||||
const magic_flag = ref(false);
|
||||
const loading = ref(false);
|
||||
|
||||
const is_playing = ref(false);
|
||||
|
||||
|
||||
export default {
|
||||
search_query,
|
||||
@@ -41,4 +43,5 @@ export default {
|
||||
filters,
|
||||
magic_flag,
|
||||
loading,
|
||||
is_playing,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user