basic file sharing
This commit is contained in:
@@ -16,6 +16,7 @@ await useAsyncData('warrens', async () => {
|
||||
|
||||
<template>
|
||||
<SidebarProvider>
|
||||
<ActionsShareDialog />
|
||||
<ImageViewer />
|
||||
<AppSidebar />
|
||||
<SidebarInset class="flex flex-col-reverse md:flex-col">
|
||||
|
||||
8
frontend/layouts/share.vue
Normal file
8
frontend/layouts/share.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<main class="flex h-full w-full items-center justify-center">
|
||||
<ImageViewer />
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user