dev #3
@ -192,13 +192,11 @@ const mobileDropdownOptions = computed(() => {
|
||||
options.push({
|
||||
label: '切换团队',
|
||||
key: 'switch-team',
|
||||
icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }),
|
||||
});
|
||||
}
|
||||
options.push({
|
||||
label: '退出登录',
|
||||
key: 'logout',
|
||||
icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }),
|
||||
});
|
||||
return options;
|
||||
});
|
||||
|
||||
@ -98,13 +98,11 @@ export default {
|
||||
options.push({
|
||||
label: '切换团队',
|
||||
key: 'switch-team',
|
||||
icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }),
|
||||
});
|
||||
}
|
||||
options.push({
|
||||
label: '退出登录',
|
||||
key: 'logout',
|
||||
icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }),
|
||||
});
|
||||
return options;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user