fix: TopicMeta fixes

This commit is contained in:
scmmishra
2019-02-26 17:11:01 +05:30
parent 03c4c635e0
commit 7e1678e287
4 changed files with 35 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<TopSection v-bind:title="course.course_name" v-bind:description="course.description">
</TopSection>
<CardList :title="'Topics'" :description="''" :sectionType="'section-padding section-bg'">
<TopicCard slot="card-list-slot" v-for="topic in topicData" :topic="topic" :course="course.course_name" :program_name="program_name" :key="topic.name"/>
<TopicCard slot="card-list-slot" v-for="topic in topicData" :topic="topic" :course_name="course_name" :program_name="program_name" :key="topic.name"/>
</CardList>
</div>
</template>