mirror of
https://github.com/unraid/api.git
synced 2026-01-27 11:08:52 -06:00
6 lines
139 B
Vue
6 lines
139 B
Vue
<template>
|
|
<nav class="absolute z-30 right-0 flex flex-col gap-y-8px p-8px bg-alpha border rounded-lg">
|
|
<slot/>
|
|
</nav>
|
|
</template>
|