You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constroutes=[{path: '/users',// there should be no layout components herechildren: [{path: '',component: ()=>import('src/pages/users/index.vue')},],},]
The text was updated successfully, but these errors were encountered:
Describe
When using nested routes, empty file route generate layouts.
Reproduction
The page directory structure is as follows.
Expected behavior
The text was updated successfully, but these errors were encountered: