mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +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>
|