What is the difference between exact-active-class and active-class usage scenarios in Vue Router?

clipboard.png

clipboard.png
is what this so-called exact match means.


router-link the route is a fuzzy match by default. For example, if the current path is / article/1 , then < router-link to= "/ article" > will also be activated, so when exact-active-class is set, this router-link will be activated only if the current route is fully included. Class in exact-active-class will only be activated.

for example

</a>
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-1b320a7-2bdfb.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-1b320a7-2bdfb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?