Merge branch 'phatt' into development
This commit is contained in:
commit
4fd39c79e3
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const currentIcon = computed(() =>
|
||||||
currentDept.value === 0
|
currentDept.value === 0
|
||||||
? 'mdi-file-cabinet'
|
? 'mdi-file-cabinet'
|
||||||
: currentDept.value === 1
|
: currentDept.value === 1
|
||||||
? 'inbox'
|
? 'o_inbox'
|
||||||
: 'o_folder_open',
|
: 'o_folder_open',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue