mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2025-12-30 10:22:25 +00:00
fix(projects): 🐛 home tab disabled (#16)
This commit is contained in:
@@ -125,11 +125,12 @@ function handleDropdown(optionKey: App.Global.DropdownKey) {
|
||||
<template #dropdown>
|
||||
<ElDropdownMenu>
|
||||
<ElDropdownItem
|
||||
v-for="{ key, label, icon } in options"
|
||||
v-for="{ key, label, icon, disabled } in options"
|
||||
:key="key"
|
||||
class="mx-4px my-1px rounded-6px"
|
||||
:icon="icon"
|
||||
:command="key"
|
||||
:disabled="disabled"
|
||||
>
|
||||
{{ label }}
|
||||
</ElDropdownItem>
|
||||
|
||||
Reference in New Issue
Block a user