explorer-app/layouts/create.vue

7 lines
86 B
Vue

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