Direct payments for invoices
Events can be moved to archive and moved back Fixed validation
This commit is contained in:
@@ -51,6 +51,8 @@ const props = defineProps({
|
||||
title: { type: String, default: 'App' },
|
||||
flash: { type: Object, default: () => ({}) }
|
||||
});
|
||||
|
||||
console.log(globalProps)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -101,6 +103,16 @@ const props = defineProps({
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="nav-links" v-if="globalProps.navbar.eventControl.length > 0">
|
||||
<li v-for="navlink in globalProps.navbar.eventControl">
|
||||
<a
|
||||
:class="{ navlink_active: navlink.url.endsWith(currentPath) }"
|
||||
:href="navlink.url"
|
||||
>{{navlink.display}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -145,7 +157,7 @@ const props = defineProps({
|
||||
<footer class="footer">
|
||||
<table>
|
||||
<tr>
|
||||
<td>Version 4.0.0</td>
|
||||
<td>Version {{ globalProps.version }}</td>
|
||||
<td>
|
||||
mareike - Mdodernes Anmeldesystem und richtig einfache Kostenerfassung
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user