1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00
mealie/frontend/pages/admin.vue

10 lines
142 B
Vue
Raw Permalink Normal View History

<script setup lang="ts">
definePageMeta({
middleware: ["sidebase-auth", "admin-only"],
});
</script>
<template>
<NuxtPage />
</template>