In the menu component of iview, if you click GTOne to return to home routing, but the selection effect in Menu-item still exists, how to solve it?

clipboard.png

Apr.28,2022

assume that name is configured on your store list page and is called ShopList and ShopAdd
MenuItem name of page routing name , active-name gets the name of the current page route, so that the page jump menu automatically highlights

.
<Menu mode="vertical" :active-name="$route.name">
    <MenuItem name="ShopList">
        
    </MenuItem>
    <MenuItem name="ShopAdd">
        
    </MenuItem>
</Menu>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35f0a-2b51f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35f0a-2b51f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?