You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
But it does not work as I expect:
clicking on "/forums-list" link with browser url changed I see content in breadcrumbs is changed to “Home Page"/"Forums”
but in browser home page is opened. Has my routes systax error?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
In my Laravel 5.8 / vuejs 2.6 app I need to use breadcrumbs and I installed
vue-breadcrumbs pligin
and from its example description I see that I must to adjust all routes in resources/js/routes.js which
I want to use in breadcrumbs, so I wrote :
But it does not work as I expect:
clicking on "/forums-list" link with browser url changed I see content in breadcrumbs is changed to “Home Page"/"Forums”
but in browser home page is opened. Has my routes systax error?
The text was updated successfully, but these errors were encountered: