mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 03:32:51 +00:00
add store postAddress fetch request
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
</div>
|
||||
|
||||
<add-address
|
||||
@addNewAddress="addNewAddress"
|
||||
ref="addAddress">
|
||||
@addNewAddress="addNewAddress">
|
||||
</add-address>
|
||||
</template>
|
||||
|
||||
@@ -35,7 +34,6 @@ export default {
|
||||
addNewAddress({ address, modal }) {
|
||||
console.log('@@@ CLICK button addNewAdress', address);
|
||||
this.$store.dispatch('addAddress', address.selected);
|
||||
//this.$refs.addAddress.resetAll(); // to cast child method
|
||||
modal.showModal = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user