mirror of
https://github.com/34892002/edgeKey.git
synced 2026-05-06 15:22:43 +08:00
6 lines
130 B
Vue
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>
|