mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
9 lines
211 B
Vue
9 lines
211 B
Vue
<template>
|
|
<content class="flex flex-col w-full min-h-screen">
|
|
<UserHeader />
|
|
<div class="grow flex">
|
|
<NuxtPage />
|
|
</div>
|
|
<UserFooter />
|
|
</content>
|
|
</template> |