mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
15 lines
194 B
Vue
15 lines
194 B
Vue
<template>
|
|
<div
|
|
class="
|
|
z-0
|
|
flex
|
|
justify-end
|
|
p-4
|
|
border-t border-gray-200 border-solid
|
|
dark:border-gray-600
|
|
"
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|