mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 15:00:00 +00:00
5 lines
109 B
Vue
5 lines
109 B
Vue
<template>
|
|
<ul class="list-none flex border-b border-gray-600 mb-4">
|
|
<slot></slot>
|
|
</ul>
|
|
</template>
|