一、pages/manager.vue
1 <template> 2 <div> 3 <nuxt-child/> 4 </div> 5 </template>
二、pages/manager/index.vue(the same name:manager)
学习项目-前端-第十一课:用户中心嵌套布局
原文:https://www.cnblogs.com/DotSDot/p/13369429.html