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