diff --git a/resources/js/views/Start.vue b/resources/js/views/Start.vue index cb0e6547..537876e8 100644 --- a/resources/js/views/Start.vue +++ b/resources/js/views/Start.vue @@ -65,6 +65,7 @@ * */ + import Form from './../components/Form' export default { name: 'Start', @@ -72,6 +73,7 @@ data(){ return { accountCount: null, + form: new Form(), } },