2
0
Fork 0
mirror of https://github.com/koel/koel synced 2025-01-03 16:28:46 +00:00
koel/resources/assets/js/components/ui/tabs/TabPanel.vue

6 lines
82 B
Vue
Raw Normal View History

2024-04-04 22:20:42 +00:00
<template>
<div role="tabpanel" tabindex="0">
<slot />
</div>
</template>