[TOC]
将接⼝与 CourseSectionAndLesson 引⼊到 course-info/index.vue 中 // course-info/index.vue title=“内容”> 遍历 sections,根据元素个数创建 CourseSectionAndLesson 组件。 title=内容> v-for=“item in sections” :key=“item.id” :section-data=“item”>