[O] Move v-if assignmentReady detection up an element
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
v-on:sign-out="signOut">
|
v-on:sign-out="signOut">
|
||||||
</navigation>
|
</navigation>
|
||||||
|
|
||||||
<div id="app-content">
|
<div id="app-content" v-if="assignmentsReady && loading === ''">
|
||||||
<overall v-if="selectedTab === 'overall' && assignmentsReady"
|
<overall v-if="selectedTab === 'overall'"
|
||||||
:courses="filteredCourses">
|
:courses="filteredCourses">
|
||||||
</overall>
|
</overall>
|
||||||
<course-page v-if="selectedTab.split('/')[0] === 'course'"
|
<course-page v-if="selectedTab.split('/')[0] === 'course'"
|
||||||
|
|||||||
Reference in New Issue
Block a user