diff --git a/src/components/app/app.ts b/src/components/app/app.ts index ea1b630..b01f4ca 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -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. *