mirror of
https://github.com/koel/koel
synced 2024-12-20 17:43:36 +00:00
6 lines
106 B
Vue
6 lines
106 B
Vue
<template>
|
|
<section class="space-y-4">
|
|
<slot name="header" />
|
|
<slot />
|
|
</section>
|
|
</template>
|