3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-18 23:09:59 +00:00
zeppelin/dashboard/src/components/Tabs.vue

6 lines
109 B
Vue
Raw Normal View History

<template>
<ul class="list-none flex border-b border-gray-600 mb-4">
<slot></slot>
</ul>
</template>