explorer-app/layouts/create.vue
2024-09-12 18:03:06 +02:00

6 lines
86 B
Vue

<template>
<div h-full w-full>
<Navigation />
<slot />
</div>
</template>