mirror of
https://github.com/rustfs/console.git
synced 2026-08-30 17:14:47 +08:00
6 lines
74 B
Vue
6 lines
74 B
Vue
<template>
|
|
<div class="min-h-screen">
|
|
<slot />
|
|
</div>
|
|
</template>
|