Skip to content

Bug with routes #26

@MaYoRr

Description

@MaYoRr

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')}, ] },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions