feat: user page & $dropFetch util
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<template></template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "admin",
|
||||
});
|
||||
|
||||
useHead({
|
||||
title: "Metadata",
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user