Polarcraft/web/pages/mod/server.vue

15 lines
211 B
Vue
Raw Normal View History

2023-05-27 12:02:33 +02:00
<template>
<div class="mt-5">
Server Control
</div>
</template>
<script setup>
definePageMeta({
middleware: ["auth"],
moderator: true
})
useHead({ title: 'Server Control | Polarcraft' })
</script>