Vue do breadcrumb navigation component, encountered the problem?

I want to try to write breadcrumb navigation by myself. I would like to ask the gods, I need to, for example, I have a breadcrumb navigation is a > b > c, so do I need to configure b and c as sub-routes of an according to this relationship?
what is the idea of vue doing bread crumb navigation?
ask everyone to give me some suggestions, thank you

Jun.15,2021

you can take a look at the design of some open source component libraries, such as

https://www.iviewui.com/compo.

it designs two components:

  • Breadcrumb
  • BreadcrumbItem this is the a tag that the real jump uses
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-1b3b90f-2c297.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-1b3b90f-2c297.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?