mirror of
https://github.com/unraid/api.git
synced 2026-01-01 14:10:10 -06:00
9 lines
176 B
Vue
9 lines
176 B
Vue
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<template>
|
|
<nav class="flex flex-col gap-y-8px p-8px bg-popover rounded-lg shadow-xl shadow-orange/10">
|
|
<slot />
|
|
</nav>
|
|
</template>
|