fix vue renderbox component name

This commit is contained in:
Mathieu Jaumotte 2021-08-31 15:26:00 +02:00
parent 1a2cb22b5b
commit b69fdd459a
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
<script> <script>
export default { export default {
name: 'ShowAddress', name: 'AddressRenderBox',
props: { props: {
address: { address: {
type: Object type: Object

View File

@ -69,7 +69,7 @@ const i18n = {
}; };
export default { export default {
name: 'Household', name: 'HouseholdRenderBox',
props: ['household', 'isAddressMultiline'], props: ['household', 'isAddressMultiline'],
components: { components: {
PersonRenderBox, PersonRenderBox,