[-] Remove unnecessary event call

This commit is contained in:
Hykilpikonna
2019-08-22 16:24:07 +08:00
parent fdeab0f2c9
commit 91929df865
-3
View File
@@ -19,9 +19,6 @@ export default class Login extends Vue
*/
public onLoginClick()
{
// Call custom event
this.$emit('login:click', this.username, this.password);
// Make login button loading
this.loading = true;