Scrum / vue-2-breadcrumbs

Vue breadcrumbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat]: Query object

etorres1193 opened this issue · comments

How can i access to query object of $route?

meta: { authenticated: true, title: 'Test123', breadcrumb: (params) => { //Here i get only $route.params } }

@etorresys Hi, thanks for your interest in the package. I implemented the call in context and now you can get all route property by this.$route.

see example for route baz or see demo