Skip to content

Commit dd4a1e2

Browse files
committed
minor migration guide update
1 parent 7a76e16 commit dd4a1e2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/2.0.0-migration-guide-wip.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,18 @@ Vue.component('some-component', {
506506

507507
### Form components
508508

509+
#### Root form component name
510+
511+
TODO -> example
512+
513+
* renamed `form` to `matestack_form` as `form` is now rendering the HTML form
514+
* `matestack_form` renders the Vue.js driven form as prior to 2.0.0
515+
509516
#### Data access
510517

511-
TODO -> fix access Vue.js form data via `data`
518+
TODO -> example
519+
520+
* fixed access Vue.js form data via `data`
512521

513522
#### Submit
514523

0 commit comments

Comments
 (0)