From 3f9ea923b9b46685373dc3fbb4a54290f4922e2f Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 20 Dec 2024 10:02:34 +0100 Subject: [PATCH] debug --- app/pages/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index ff1af47a..1d0253b8 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -31,6 +31,8 @@ let collectionLinks = [ let collections = await useCollections({ collectionLinks }) +console.log(collections.value, collectionLinks) + let polygons = ref([]) let selectedCollections = ref([]) @@ -215,13 +217,11 @@ function formatArea(polygons: any) { @click="setDrawMode('draw_polygon')" class="mt-3" > -