Refactor: component name
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user