Cost units can be edited
This commit is contained in:
@@ -25,7 +25,7 @@ const globalProps = reactive({
|
||||
onMounted(async () => {
|
||||
const response = await fetch('/api/v1/retreive-global-data');
|
||||
const data = await response.json();
|
||||
Object.assign(globalProps, data); // reactive wird automatisch aktualisiert
|
||||
Object.assign(globalProps, data);
|
||||
});
|
||||
|
||||
|
||||
@@ -131,7 +131,23 @@ const props = defineProps({
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
© 2026 Your Company
|
||||
<table>
|
||||
<tr>
|
||||
<td>Version 4.0.0</td>
|
||||
<td>
|
||||
mareike - Mdodernes Anmeldesystem und richti einfache Kostenerfassung
|
||||
</td>
|
||||
<td>
|
||||
Impressum
|
||||
</td>
|
||||
<td>
|
||||
Datenschutzerklärung
|
||||
</td>
|
||||
<td>
|
||||
© 2022 - 2026
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user