Polarcraft/web/pages/map.vue

12 lines
211 B
Vue
Raw Normal View History

2023-05-11 19:46:18 +02:00
<template>
<div class="-mx-10 h-full">
<iframe src="https://squaremap-demo.jpenilla.xyz/" class="h-full w-full" />
</div>
</template>
<script setup>
definePageMeta({
middleware: ["auth"]
})
</script>