mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
8 lines
149 B
Vue
8 lines
149 B
Vue
<template>
|
|
<main
|
|
class="flex flex-col flex-1 p-8 overflow-y-auto border-b border-gray-300 border-solid"
|
|
>
|
|
<slot />
|
|
</main>
|
|
</template>
|