mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
ca groundwork
This commit is contained in:
2
layouts/admin.vue
Normal file
2
layouts/admin.vue
Normal file
@@ -0,0 +1,2 @@
|
||||
<template>
|
||||
</template>
|
||||
@@ -1,18 +1,18 @@
|
||||
<template>
|
||||
<content class="flex flex-col w-full min-h-screen">
|
||||
<UserHeader />
|
||||
<div class="grow flex">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
<UserFooter />
|
||||
</content>
|
||||
<content class="flex flex-col w-full min-h-screen">
|
||||
<UserHeader />
|
||||
<div class="grow flex">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
<UserFooter />
|
||||
</content>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
titleTemplate(title) {
|
||||
if (title) return `${title} | Drop`;
|
||||
return `Drop`;
|
||||
},
|
||||
})
|
||||
</script>
|
||||
titleTemplate(title) {
|
||||
if (title) return `${title} | Drop`;
|
||||
return `Drop`;
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user