mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 14:04:50 +00:00
6 lines
93 B
Vue
6 lines
93 B
Vue
<template>
|
|
<div class="flex-1 p-4 md:p-8 flex flex-col">
|
|
<slot />
|
|
</div>
|
|
</template>
|