mirror of
https://github.com/rustfs/console.git
synced 2026-09-21 06:06:37 +08:00
6 lines
81 B
Vue
6 lines
81 B
Vue
<template>
|
|
<div class="flex flex-col gap-6">
|
|
<slot />
|
|
</div>
|
|
</template>
|