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>
export default {
name: 'ShowAddress',
name: 'AddressRenderBox',
props: {
address: {
type: Object

View File

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