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