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

Bug with routes #26

Open
MaYoRr opened this issue Aug 9, 2021 · 0 comments
Open

Bug with routes #26

MaYoRr opened this issue Aug 9, 2021 · 0 comments

Comments

@MaYoRr
Copy link

MaYoRr commented Aug 9, 2021

The plugin does not distinguish /menu/feed from /menu/messenger and so on. The position from the first route is carried over to all the others

{ path: '/menu/', component: () => import('layouts/MenuLayout'), children: [ {path: 'feed', component: () => import('pages/Tabs/Posts')}, {path: 'groups', component: () => import('pages/Tabs/Groups')}, {path: 'notifications', component: () => import('pages/Tabs/Notifications')}, {path: 'people', component: () => import('pages/Tabs/People')}, {path: 'messenger', component: () => import('pages/Tabs/Messenger')}, ] },

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