mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
refactor: clean up Dropdown
This commit is contained in:
@@ -71,19 +71,6 @@ const links = computed(():UserProfileLink[] => {
|
||||
<template v-if="links">
|
||||
<li v-for="(link, index) in links" :key="`link_${index}`">
|
||||
<upc-dropdown-item :item="link" />
|
||||
<!-- <a
|
||||
:href="link.href"
|
||||
:title="link.title"
|
||||
:target="link.external ? '_blank' : ''"
|
||||
:rel="link.external ? 'noopener noreferrer' : ''"
|
||||
class="Dropdown_link"
|
||||
:class="{
|
||||
'Dropdown_link--emphasize': link.emphasize
|
||||
}"
|
||||
>
|
||||
<component :is="link.icon" class="Dropdown_linkIcon" aria-hidden="true" />
|
||||
{{ link.text }}
|
||||
</a> -->
|
||||
</li>
|
||||
</template>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user