mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-17 10:11:10 +10:00
update to nuxt 4
This commit is contained in:
5
app/components/PanelWidget.vue
Normal file
5
app/components/PanelWidget.vue
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div class="flex rounded px-2 py-2 bg-zinc-900 text-zinc-600">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user