主题支持title icon

This commit is contained in:
tangly1024.com
2024-02-05 18:02:56 +08:00
parent a45320d1af
commit 77a367d175
3 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ export const MenuItemDrop = ({ link }) => {
}
const hasSubMenu = link?.subMenus?.length > 0
const selected = (router.pathname === link.to) || (router.asPath === link.to)
console.log('link', link?.to)
return <li className='cursor-pointer list-none items-center flex mx-2' onMouseOver={() => changeShow(true)} onMouseOut={() => changeShow(false)} >
{hasSubMenu &&