From 2fa6f4686968a4922dcbd56e823cd860d9e7e3ff Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 19 Aug 2019 13:22:21 +0800 Subject: [PATCH] [+] Add proper javadocs --- src/components/login/login.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/login/login.ts b/src/components/login/login.ts index 61fa51d..54b92aa 100644 --- a/src/components/login/login.ts +++ b/src/components/login/login.ts @@ -1,5 +1,8 @@ import {Component, Vue} from 'vue-property-decorator'; +/** + * This component handles user login, and obtains data from the server. + */ @Component({ components: {}, })