mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix vue renderbox component name
This commit is contained in:
parent
1a2cb22b5b
commit
b69fdd459a
@ -59,7 +59,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'ShowAddress',
|
||||
name: 'AddressRenderBox',
|
||||
props: {
|
||||
address: {
|
||||
type: Object
|
||||
|
@ -69,7 +69,7 @@ const i18n = {
|
||||
};
|
||||
|
||||
export default {
|
||||
name: 'Household',
|
||||
name: 'HouseholdRenderBox',
|
||||
props: ['household', 'isAddressMultiline'],
|
||||
components: {
|
||||
PersonRenderBox,
|
||||
|
Loading…
x
Reference in New Issue
Block a user