mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 19:47:10 +08:00
10 lines
151 B
Vue
10 lines
151 B
Vue
<script setup></script>
|
|
<template>
|
|
<div
|
|
class="rounded-[8px] border border-[#343434] bg-[#292929] p-4 "
|
|
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|