fix MAP
This commit is contained in:
parent
bb12748e04
commit
8ec0e2207c
2 changed files with 34 additions and 21 deletions
|
|
@ -387,9 +387,11 @@ onMounted(async () => {
|
|||
>
|
||||
<div class="col-xs-12 col-sm-8 gt-xs">
|
||||
<div class="col-12">
|
||||
<MapCheck @update:location="updateLocation" />
|
||||
<MapCheck
|
||||
v-if="$q.screen.gt.xs"
|
||||
@update:location="updateLocation"
|
||||
/>
|
||||
</div>
|
||||
<!-- <AscMaps /> -->
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
<q-card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue