@@ -18,12 +18,14 @@
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<SidebarLogout />
|
||||
</aside>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { gallery } from '@/utils/gallery'
|
||||
import SvgIcon from '@/components/icons/SvgIcon.vue'
|
||||
import SidebarLogout from '@/layouts/sidebars/SidebarLogout.vue'
|
||||
|
||||
defineProps({
|
||||
menuItems: { type: Array, default: () => [] },
|
||||
|
||||
Reference in New Issue
Block a user