mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
feat: user page & $dropFetch util
This commit is contained in:
11
pages/admin/metadata/index.vue
Normal file
11
pages/admin/metadata/index.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template></template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "admin",
|
||||
});
|
||||
|
||||
useHead({
|
||||
title: "Metadata",
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user