Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
📝 docs(example): fiix closing tag for validator in the example (#222)…
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrojas authored and kazupon committed May 12, 2016
1 parent e8e0d66 commit 57fd2ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ new Vue({
<div>
<p v-show="$validation1.address.email">Invalid your mail address format.</p>
</div>
<validator>
</validator>
</div>
```

Expand Down Expand Up @@ -70,7 +70,7 @@ new Vue({
<p v-if="$validation1.age.numeric">invalid age value</p>
<p v-if="$validation1.site.url">invalid site uril format</p>
</div>
<validator>
</validator>
</div>
```

Expand Down Expand Up @@ -129,6 +129,6 @@ new Vue({
<div class="errors">
<validator-errors :validation="$validation1"></validator-errors>
</div>
<validator>
</validator>
</div>
```

0 comments on commit 57fd2ab

Please sign in to comment.