Polarcraft/webv2/pages/map.vue

12 lines
259 B
Vue
Raw Normal View History

2023-06-25 17:48:22 +02:00
<template>
<iframe src="https://polarcraft-map.xeovalyte.dev/" height="100%" width="100%" class="mb-5 rounded-xl" />
</template>
<script lang="ts">
definePageMeta({
middleware: ['auth'],
title: 'Map'
})
useHead({ title: 'Map | Polarcraft' })
</script>