mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
address selection: fix leaflet icon url + others fix (WIP)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user