[+] Add proper javadocs

This commit is contained in:
Hykilpikonna
2019-08-19 13:22:21 +08:00
parent 1cd30558ff
commit 2fa6f46869
+3
View File
@@ -1,5 +1,8 @@
import {Component, Vue} from 'vue-property-decorator';
/**
* This component handles user login, and obtains data from the server.
*/
@Component({
components: {},
})