mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
94eb198e47
+ centralized urls + reduce max app width + bump up header height to 23rem
12 lines
166 B
TypeScript
12 lines
166 B
TypeScript
import { ref } from "@vue/reactivity";
|
|
|
|
const loading = ref(false);
|
|
const settings = {
|
|
uri: "http://10.5.8.81:1970",
|
|
};
|
|
|
|
export default {
|
|
loading,
|
|
settings,
|
|
};
|