explorer-app/layouts/create.vue

7 lines
86 B
Vue
Raw Normal View History

2024-09-12 18:03:06 +02:00
<template>
<div h-full w-full>
<Navigation />
<slot />
</div>
</template>