mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-20 10:36:38 +08:00
9 lines
159 B
Vue
9 lines
159 B
Vue
<template>
|
|
<div class="bg-light dark:bg-dark rounded-16px">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
<style scoped></style>
|