[F] Fix "Property is not defined on the instance but referenced during render."

This commit is contained in:
Hykilpikonna
2019-08-17 13:37:14 +08:00
parent 6da21fbced
commit 851503edc6
+2
View File
@@ -5,4 +5,6 @@ import {Component, Vue} from 'vue-property-decorator';
})
export default class Login extends Vue
{
public username: any = '';
public password: any = '';
}