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