mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
10 lines
273 B
Vue
10 lines
273 B
Vue
<script lang="ts" setup>
|
|
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div class="w-fit h-fit rounded-md bg-lyx-lightmode-background outline-lyx-lightmode-widget dark:bg-lyx-widget dark:outline-lyx-background-lighter p-4 outline outline-[1px] ">
|
|
<slot></slot>
|
|
</div>
|
|
</template> |