Skip to content

Commit

Permalink
Merge pull request #9 from Scrum/patch-1
Browse files Browse the repository at this point in the history
docs: add validations length description
  • Loading branch information
cj authored Mar 26, 2019
2 parents d44e0a5 + eb20401 commit 63c188b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,24 @@ Vue.use(Vuelidation);
```
</details>

<details>
<summary>
<a href='#validations-length'><b>length</b></a>
<p style='margin: 0; '>
<ul style='margin: 0; padding: 0; list-style-type: none;'>
<li><b>msg:</b> Must be {{ length }} character(s)</li>
<li><b>arg:</b> Number</li>
</ul>
</p>
</summary>

```javascript
{
length: 16,
}
```
</details>

<details>
<summary>
<a href='#validations-between'><b>between</b></a>
Expand Down

0 comments on commit 63c188b

Please # to comment.