feat: Füge Debug-Overlay und Alters-/Geschlechtsanpassungen für 3D-Charaktere hinzu
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
>
|
||||
<div v-if="child" class="child-details">
|
||||
<table class="details-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{ $t('falukant.family.children.name') }}</td>
|
||||
<td>
|
||||
@@ -42,6 +43,7 @@
|
||||
<span v-else>{{ $t('falukant.family.children.notHeir') }}</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div v-if="!child.hasName" class="baptism-notice">
|
||||
<p>{{ $t('falukant.family.children.baptismNotice') }}</p>
|
||||
|
||||
Reference in New Issue
Block a user