[+] Update loading screen when finished loading

This commit is contained in:
Hykilpikonna
2020-04-27 04:26:46 -04:00
parent ddc6aacaf3
commit ad5f5c3e39
@@ -79,6 +79,8 @@ export default class CourseSelection extends Vue
} }
}) })
}) })
this.loading = false;
} }
}); });
} }