Fix missing form var

This commit is contained in:
Bubka 2020-11-24 23:52:42 +01:00
parent f6c7322688
commit 54d92d4f60

View File

@ -65,6 +65,7 @@
*
*/
import Form from './../components/Form'
export default {
name: 'Start',
@ -72,6 +73,7 @@
data(){
return {
accountCount: null,
form: new Form(),
}
},