mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 14:34:47 +00: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>
|