【发布时间】:2020-02-03 11:20:28
【问题描述】:
我有以下结构
categories/_tag/_post
目前在 Nuxt 中是这样的:
/categories.vue
/categories/_tag.vue
/categories/index.vue (blank file which shows when the /categories page loads)
/categories/_tag/_post.vue
categories 中有一个nuxt-child 组件,因此_tag 页面会在其中加载。
我遇到的问题是 _post 页面也在 categories nuxt-child 内部加载,而不是在它自己的页面上。
我希望像这样加载视图:
【问题讨论】:
标签: nuxt.js