Skip to content

Commit

Permalink
Fix element missing end tag. (#3311)
Browse files Browse the repository at this point in the history
  • Loading branch information
meirroth committed May 20, 2021
1 parent 35e550a commit 1329be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/components/validation.md
Expand Up @@ -106,7 +106,7 @@ A simple validation schema can be an object containing field names as keys and v
```vue
<template>
<Form @submit="submit" :validation-schema="simpleSchema">
<Field name="email" >
<Field name="email" />
<ErrorMessage name="email" />
<Field name="password" type="password" />
Expand Down

0 comments on commit 1329be3

Please sign in to comment.