-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not working with nested pages #148
Comments
May I ask if you have resolved it |
I found that explicitly setting a layout for each layer of directory structure resolved my similar issues. E.g. having a meta layout set for |
Yeah, I have that problem too. |
"I found the solution to this problem. I am using a combination of this and the (unplugin-vue-router) package.
Next, you need to specify the layout of the pages in all layers, including layout: default: pages/tickets/index.vue : (required)
then, inside pages/tickets/new/index.vue :
|
"I'm having issues with the plugin when working with nested pages. For instance, at the top-level, the plugin works fine, and at the second level too. However, when configuring a third level (pages/auth/#/index.vue), the plugin stops working. Could it be because the URLs are generated as 'childrens'?"
The text was updated successfully, but these errors were encountered: