map
This commit is contained in:
parent
10692e9ddd
commit
55e5ebc2b3
@ -39,6 +39,7 @@
|
|||||||
<div
|
<div
|
||||||
v-if="isPopoverVisible"
|
v-if="isPopoverVisible"
|
||||||
class="position-absolute w-100 map text-end"
|
class="position-absolute w-100 map text-end"
|
||||||
|
@click.stop
|
||||||
>
|
>
|
||||||
<button type="button" class="btn-close popover-close" @click.stop="isPopoverVisible = !isPopoverVisible"></button>
|
<button type="button" class="btn-close popover-close" @click.stop="isPopoverVisible = !isPopoverVisible"></button>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
@ -47,7 +48,6 @@
|
|||||||
v-if="coordinates"
|
v-if="coordinates"
|
||||||
:lat="coordinates.lat"
|
:lat="coordinates.lat"
|
||||||
:lng="coordinates.lng"
|
:lng="coordinates.lng"
|
||||||
:draggable="false"
|
|
||||||
class="w-100 h-px-200"
|
class="w-100 h-px-200"
|
||||||
>
|
>
|
||||||
<KakaoMapMarker
|
<KakaoMapMarker
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user