Add flyover card
This commit is contained in:
parent
0318b332bb
commit
f33020e2b8
1 changed files with 8 additions and 0 deletions
8
ts/components/FlyoverPoolCard.vue
Normal file
8
ts/components/FlyoverPoolCard.vue
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<p>A flyover pool</p>
|
||||
<MapProxiedArcgisTile/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import MapProxiedArcgisTile from "@/components/MapProxiedArcgisTile.vue";
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue