mirror of
https://github.com/koel/koel
synced 2024-12-21 10:03:10 +00:00
6 lines
82 B
Vue
6 lines
82 B
Vue
|
<template>
|
||
|
<div role="tabpanel" tabindex="0">
|
||
|
<slot />
|
||
|
</div>
|
||
|
</template>
|