File size: 466 Bytes
0914710 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<template>
<div class="bg-gray-200 items-center h-8">
<TabComponent description="About SamGIS" href="https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS" />
<TabComponent description="blog" href="https://trinca.tornidor.com/" />
<TabComponent description="docs" href="https://docs.trinca.tornidor.com/" />
</div>
</template>
<script setup lang="ts">
import TabComponent from '@/components/NavBar/TabComponent.vue'
</script>
|