Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multilevel jump #447

Open
nextdoorUncleLiu opened this issue Dec 31, 2019 · 0 comments
Open

multilevel jump #447

nextdoorUncleLiu opened this issue Dec 31, 2019 · 0 comments

Comments

@nextdoorUncleLiu
Copy link

if i exist multilevel jump:

// router array
const routerArr = [
    {
        name: 'a',
        path: '/a',
        children: [
            {
                name: 'b',
                path: '/b',
                children: [
                    {
                        name: 'c',
                        path: '/c'
                    }
                ]
            }
        ]
    }
]

use the instantiated 'navigate' cannot jump:

const router = createRouter(routerArr, config)
router.navigate('c')
router.navigate('/a/b/c')
router.navigate('a.b.c')

none can jump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant