coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.28k stars 963 forks source link

bugfix: breadcrumbs from last navigation #255

Closed smvoss closed 2 years ago

smvoss commented 2 years ago

Update breadcrumbs to leverage the to field of NavigationGuard so that when the BeforeRouteUpdate guard is called the page being navigated to is able to be referenced so that the breadcrumb field is updated appropriately.

Without this fix, the breadcrumb will always show the page you navigated from, and not the current page.

Signed-off-by: Sam Voss sam.voss@gmail.com