[+] Add a loading component in html for testing

This commit is contained in:
Hykilpikonna
2019-10-13 19:43:30 -04:00
parent e4374a6731
commit d45fce6506
+2
View File
@@ -11,6 +11,8 @@
v-if="selectedTab === 'overall' && assignmentsReady">
</overall>
</div>
<loading :text="'hi'"></loading>
</div>
</template>