fix: drawer icon (o_inbox)
This commit is contained in:
parent
3ee3ce5a47
commit
3da86f8489
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const currentIcon = computed(() =>
|
|||
currentDept.value === 0
|
||||
? 'mdi-file-cabinet'
|
||||
: currentDept.value === 1
|
||||
? 'inbox'
|
||||
? 'o_inbox'
|
||||
: 'o_folder_open',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue