dev-001 #1

Merged
th.guenther merged 47 commits from dev-001 into main 2026-04-26 17:44:57 +02:00
Showing only changes of commit cd526231ed - Show all commits

View File

@@ -23,7 +23,7 @@ const commonProps = reactive({
onMounted(async () => {
const response = await fetch('/api/v1/retreive-global-data');
const response = await fetch('/api/v1/core/retrieve-global-data');
const data = await response.json();
Object.assign(commonProps, data);
@@ -74,8 +74,7 @@ console.log(props.data.treasurers)
title="Schatzis zuweisen"
@close="emit('closeTreasurers')"
>
Zuständige Schatzis:
<h3>Zuständige Schatzis:</h3>
<p v-for="user in commonProps.activeUsers">
<input
type="checkbox"