@@ -81,7 +81,7 @@ async function handleLogout() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function renderIcon(icon: string) {
|
function renderIcon(icon: string) {
|
||||||
return () => h(Icon, { icon, width: 24, height: 24 })
|
return () => h(Icon, { icon, width: 20 })
|
||||||
}
|
}
|
||||||
|
|
||||||
const menus = computed<MenuOption[]>(() => [
|
const menus = computed<MenuOption[]>(() => [
|
||||||
|
|||||||
Reference in New Issue
Block a user