Files
edgeKey/components/Sidebar.vue
2026-04-21 11:56:35 +08:00

6 lines
130 B
Vue

<template>
<div id="sidebar" class="p-5 flex flex-col shrink-0 border-r-2 border-r-gray-200">
<slot />
</div>
</template>