-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Description
Describe the bug
I have no way to get the info assigned to the current route when it was defined.For example, I want to get the value of the following route definition checkAuth
const routes: RouteDefinition[] = [
{
path: '/home',
component: lazy(() => import('@/views/home')),
info: {
checkAuth: true,
},
},
]
Your Example Website or App
empty
Steps to Reproduce the Bug or Issue
empty
Expected behavior
empty
Screenshots or Videos
No response
Platform
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Version: [e.g. 91.1]
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels