opnform-host-nginx/client/layouts/default.vue

9 lines
151 B
Vue
Raw Normal View History

2023-12-09 15:47:03 +01:00
<template>
<div class="main-layout min-h-screen flex flex-col">
<!-- <Navbar />-->
<slot class="flex-grow">
</slot>
</div>
</template>