Skip to content
Snippets Groups Projects
SidebarList.vue 131 B
Newer Older
<template>
  <ul class="nav flex-column">
    <slot />
  </ul>
</template>

<script>
export default {};
</script>

<style></style>