mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
5 lines
120 B
Vue
5 lines
120 B
Vue
<template>
|
|
<div class="flex rounded-sm px-2 py-2 bg-zinc-900 text-zinc-600">
|
|
<slot />
|
|
</div>
|
|
</template> |