Refactor: component name

This commit is contained in:
2022-11-12 16:00:18 +01:00
parent 8d7d18a351
commit d8b6173d4b
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ import { collection, doc, getDocs, updateDoc } from 'firebase/firestore'
import { ClosedEndedQuestionConverter, states } from '~/plugins/closed-ended-question' import { ClosedEndedQuestionConverter, states } from '~/plugins/closed-ended-question'
export default { export default {
name: 'CoopComponent', name: 'TutorPanel',
props: { props: {
courseId: { courseId: {
type: String, type: String,

View File

@@ -45,7 +45,7 @@
<QuizComponent :course-id="courseID" /> <QuizComponent :course-id="courseID" />
</v-col> </v-col>
<v-col cols="12"> <v-col cols="12">
<Coop :course-id="courseID" /> <CommunityComponent />
</v-col> </v-col>
</v-row> </v-row>
</v-col> </v-col>