address selection: fix leaflet icon url + others fix (WIP)

This commit is contained in:
nobohan
2021-05-11 14:56:56 +02:00
parent ea0b2407df
commit c3926991ac
5 changed files with 22 additions and 60 deletions

View File

@@ -6,9 +6,9 @@ import { getDataPromise } from './store'
import App from './App.vue';
getDataPromise.then(store => {
console.log('store address', store.state.referenceAddresses);
getDataPromise.then(store => {
const i18n = _createI18n(addressMessages);