mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-07 15:31:00 +08:00
fix(frontend): move version-info out of backendData json so that it can't be stale
This commit is contained in:
parent
621e7a2976
commit
1a1cc1a614
@ -3,7 +3,7 @@ import { computed } from "vue";
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
type: "success" | "info" | "warning" | "danger";
|
||||
type?: "success" | "info" | "warning" | "danger";
|
||||
}>(),
|
||||
{
|
||||
type: "info",
|
||||
|
Loading…
Reference in New Issue
Block a user