mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01: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>
|