[+] Show splash on create

This commit is contained in:
Hykilpikonna
2019-09-07 10:07:04 -04:00
parent 9038a73678
commit cf34db2c61
+9
View File
@@ -52,6 +52,15 @@ export default class App extends Vue
// Are the course assignments loaded from the server.
public assignmentsReady: boolean = false;
/**
* This is called when the instance is created.
*/
public created()
{
// Show splash
console.log(Constants.SPLASH);
}
/**
* This is called when the user logs in.
*