fix vue renderbox component name

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

View File

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