[+] Add course page
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
<overall :courses="filteredCourses"
|
<overall :courses="filteredCourses"
|
||||||
v-if="selectedTab === 'overall' && assignmentsReady">
|
v-if="selectedTab === 'overall' && assignmentsReady">
|
||||||
</overall>
|
</overall>
|
||||||
|
<course-page></course-page>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<loading v-if="loading !== ''" :text="loading" :error="loadingError"></loading>
|
<loading v-if="loading !== ''" :text="loading" :error="loadingError"></loading>
|
||||||
|
|||||||
Reference in New Issue
Block a user