[O] Optimize field types
This commit is contained in:
@@ -11,11 +11,11 @@ import VersionUtils from '@/logic/utils/version-utils';
|
|||||||
})
|
})
|
||||||
export default class Login extends Vue
|
export default class Login extends Vue
|
||||||
{
|
{
|
||||||
public username: any = '';
|
public username: string = '';
|
||||||
public password: any = '';
|
public password: string = '';
|
||||||
|
|
||||||
public loading: boolean = false;
|
public loading: boolean = false;
|
||||||
public error: String = '';
|
public error: string = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is called when the instance is created.
|
* This is called when the instance is created.
|
||||||
|
|||||||
Reference in New Issue
Block a user