-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi level model on Vue CLI 3 template not working #523
Comments
Actually, the Vue CLI version has nothing to do. It seems to be a bug in vue-form-generator version 2.3.1. I rolled back to version 2.3.0 and it works fine. |
It also my problem . I use |
can you use groups for multi-level schema? I can only two layers |
I'm having the same problem here and I'm not using Vue CLI 3. Running Vue v2.5.17 @AruXc can you give an example of how you do it with |
Will be fixed soon, same problem as #526 |
@lionel-bijaoui I just realized it! Thanks for the quick response. I rolled back to 2.3.0 in the meantime. |
@LouWii simple example but I think this is not a good way to write.
|
@AruXc That's an interesting way of doing it. I installed v2.3.0 and I don't have issues anymore, no need for a work around. You can probably try that if you like. |
Should be fixed by #532 |
Hi,
I am updating my app to the new Vue CLI 3 and noticed that all my fields using a multi-level model stopped working (the field's value remains undefined).
For example, a field using
id
will work fine, butperson.name
orperson.age
won't.I tested vue-form-generator on a brand new project created with Vue CLI 3 (default settings) and the problem persists.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: