我具有以下结构
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
内部加载,而不是在其自己的页面上。
我希望这样加载视图:
您需要使用命名视图。