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