feat: default layout

This commit is contained in:
arashsheyda
2023-04-21 13:59:45 +03:00
parent e43eecb6f9
commit 0e6efb4c81

View File

@ -0,0 +1,5 @@
<template>
<div h-full of-auto>
<slot />
</div>
</template>