How to do bread crumbs in element-ui in vue

how to do breadcrumbs in vue in element-ui? can the boss give us some advice


use vue-router to do it. You can take a look at its source code


element-ui is open source


you print out what's inside this.$route.matched on the page, and then use v-for to traverse through the contents to show you breadcrumbs.
Let me show you my breadcrumbs:

clipboard.png


router

path is the path of the route

For

vue+elementUI, you can learn from a project that has a thorough use of elementui, as well as some commonly used libraries of vue

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