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: {}, })