mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: fix loading of AddAddress
A conflict was not resolved correctly during a merge.
This commit is contained in:
parent
c790b22496
commit
9ffe1ff8a8
@ -98,11 +98,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
|
||||||
if (typeof this.value.point !== 'undefined') {
|
|
||||||
this.updateMapCenter(this.value.point);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
transName(value) {
|
transName(value) {
|
||||||
return value.streetNumber === undefined ? value.street : `${value.streetNumber}, ${value.street}`
|
return value.streetNumber === undefined ? value.street : `${value.streetNumber}, ${value.street}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user