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

@@ -31,7 +31,7 @@
</div>
<div class="address_form__map">
<address-map>
<address-map ref="addressMap">
</address-map>
</div>
@@ -88,7 +88,7 @@ export default {
this.$store.commit('setIsNoAddress', v);
},
get() {
return this.$store.state.form.isNoAddress; //this.add_address.form.isNoAddress
return this.$store.state.form.isNoAddress; //TODO could be this.add_address.form.isNoAddress
}
},
},