[F] Fix "Property is not defined on the instance but referenced during render."
This commit is contained in:
@@ -5,4 +5,6 @@ import {Component, Vue} from 'vue-property-decorator';
|
||||
})
|
||||
export default class Login extends Vue
|
||||
{
|
||||
public username: any = '';
|
||||
public password: any = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user