-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Hi,
So I have a very long form to create and i want to break it down into multiple parts like that:
<my-form>
<form-part1 />
<form-part2/>
...
<button type="submit"> Submit </button>
</my-form>
Should I set my <vue-form>
tag only in MyForm Component and pass the state to each child (and maybe its inner childs) ?
Or should I create nested <vue-form>
with nested formstates ?
Thx for your answer!
P0ppoff, renaud-dev, SebDez and DerDunkleFux
Metadata
Metadata
Assignees
Labels
No labels