This commit is contained in:
@@ -25,10 +25,13 @@
|
||||
</template>
|
||||
</UDrawer>
|
||||
|
||||
activeTab
|
||||
{{ activeTab }}
|
||||
<!-- Desktop Mobile -->
|
||||
<PvzMap
|
||||
v-model="checkoutPickupPoint"
|
||||
:pickup-points="filteredPoints"
|
||||
@active-tab="value => activeTab = value"
|
||||
@update:model-value="updatePoint()"
|
||||
/>
|
||||
</div>
|
||||
@@ -49,6 +52,7 @@ const open = ref(false)
|
||||
const isMobile = useMediaQuery('(max-width: 1280px)')
|
||||
const yandexPvz = ref<YandexPvzResponse>()
|
||||
const searchTerm = ref('')
|
||||
const activeTab = ref()
|
||||
|
||||
const waitForCoords = () =>
|
||||
new Promise<void>((resolve) => {
|
||||
|
||||
Reference in New Issue
Block a user