diff --git a/src/components/app/app.ts b/src/components/app/app.ts index e8245a3..df0a9df 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -152,6 +152,9 @@ export default class App extends Vue */ public loadAssignments() { + // Show loading message + this.logLoading('3. Loading assignments...'); + // Get assignments for all the courses this.courses.forEach(course => {