mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-18 18:51:13 +10:00
update to nuxt 4
This commit is contained in:
11
app/pages/admin/index.vue
Normal file
11
app/pages/admin/index.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template><div /></template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "admin",
|
||||
});
|
||||
|
||||
useHead({
|
||||
title: "Home",
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user