cretueusebiu / vform

Handle Laravel-Vue forms and validation with ease.
https://vform.vercel.app
MIT License
610 stars 122 forks source link

TypeError: Object(...) is not a function #104

Closed devzakir closed 4 years ago

devzakir commented 4 years ago

image

This error comes with object-to-formdata v4.0.1

image

Solution

Going back to previous version "object-to-formdata": "^3.0.9", fix the problem. image