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

.
Menu