mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
enable vue CourseLocation and mark place where it must connect to Address component
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
</h2>
|
||||
<div class="my-4">
|
||||
|
||||
<!-- {# include vue_address component #} -->
|
||||
<show-address
|
||||
v-if="address"
|
||||
v-bind:address="address">
|
||||
@@ -47,7 +48,7 @@ export default {
|
||||
methods: {
|
||||
addTemporaryAddress({ address, modal }) {
|
||||
console.log('@@@ CLICK button addTemporaryAdress', address);
|
||||
|
||||
|
||||
/*
|
||||
let newAddress = {
|
||||
'isNoAddress': address.isNoAddress,
|
||||
|
Reference in New Issue
Block a user