While you can already change the displayed information, the order is fixed. But for German clients I would rather like to display the number after the street. That's how we write it. And I guess some people would like to use a completely different order.
For this you would have to change the display.includes('address') in your Locator.vue to a loop iterating over the display array.
While you can already change the displayed information, the order is fixed. But for German clients I would rather like to display the number after the street. That's how we write it. And I guess some people would like to use a completely different order.
For this you would have to change the
display.includes('address')
in your Locator.vue to a loop iterating over thedisplay
array.