File tree Expand file tree Collapse file tree 7 files changed +28
-7
lines changed
Expand file tree Collapse file tree 7 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ layout: ../../../layouts/PageLayout.astro
33title : Handling Forms
44description : Handling form state and submissions
55order : 3
6- next : guide/components/nested-objects-and-arrays
6+ next :
7+ path : guide/components/nested-objects-and-arrays
8+ title : Nested Objects and Arrays
9+ description : Structuring forms in nested paths in objects or arrays
710---
811
912import DocTip from ' @/components/DocTip.vue' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ layout: ../../../layouts/PageLayout.astro
33title : Nested Objects and Arrays
44description : Structuring forms in nested paths in objects or arrays
55order : 4
6- next : guide/global-validators
6+ next :
7+ path : guide/global-validators
8+ title : Global Validators
9+ description : Defining global rules to be used throughout your web app
710---
811
912import DocTip from ' @/components/DocTip.vue' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ layout: ../../../layouts/PageLayout.astro
33title : Validation
44description : Field-level and form-level validation and validation behavior and error messages
55order : 2
6- next : guide/components/handling-forms
6+ next :
7+ path : guide/components/handling-forms
8+ title : Handling Forms
9+ description : Handling form state and submissions
710---
811
912import DocTip from ' @/components/DocTip.vue' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33title : Devtools Plugin
44description : Using the vee-validate Vue.js devtools plugin
55order : 7
6- next : guide/testing
6+ next :
7+ path : guide/testing
8+ title : Testing
9+ description : Testing form validation in your apps
710new : true
811---
912
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33title : Global Validators
44description : Defining global rules to be used throughout your web app
55order : 5
6- next : guide/i18n
6+ next :
7+ path : guide/i18n
8+ title : Localization (i18n)
9+ description : Localization support with the first party module and other providers
710---
811
912import LiveExample from ' @/components/LiveExample.vue' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33title : Localization (i18n)
44description : Localization support with the first party module and other providers
55order : 6
6- next : guide/composition-api
6+ next :
7+ path : guide/devtools
8+ title : Devtools Plugin
9+ description : Using the vee-validate Vue.js devtools plugin
710---
811
912import LiveExample from ' @/components/LiveExample.vue' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33title : Testing
44description : Testing form validation in your apps
55order : 8
6- next : guide/best-practices
6+ next :
7+ path : guide/best-practices
8+ title : Best Practices
9+ description : Tips and best practices to improve your workflow with vee-validate
710---
811
912# Testing
You can’t perform that action at this time.
0 commit comments