mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
major redesign and refactor
+ centralized urls + reduce max app width + bump up header height to 23rem
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { ref } from "@vue/reactivity";
|
||||
import { reactive } from "vue";
|
||||
|
||||
const loading = ref(false);
|
||||
const settings = reactive({
|
||||
uri: "http://127.0.0.1:1970",
|
||||
});
|
||||
const settings = {
|
||||
uri: "http://10.5.8.81:1970",
|
||||
};
|
||||
|
||||
export default {
|
||||
loading,
|
||||
|
||||
Reference in New Issue
Block a user