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" > -