This repository was archived by the owner on Dec 25, 2017. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Also, Error message can be used with `v-for`:
43
43
<div class =" errors" >
44
44
<ul >
45
45
<li v-for =" error in $validation1.errors" >
46
- <p >{{error.field}}: {{error.mesage }}</p >
46
+ <p >{{error.field}}: {{error.message }}</p >
47
47
</li >
48
48
</ul >
49
49
</div >
Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ new Vue({
72
72
73
73
You can be handled the event that has occured in the various top-level validation properties:
74
74
75
- - ` valid ` : occure when validation result of ** top-level** became valid
76
- - ` invalid ` : occure when validation result of ** top-level** became invalid
77
- - ` touched ` : occure when ** top-level** detected ` blur ` at least once
78
- - ` dirty ` : occure when the value of ** top-level** changed from initial value at least once
79
- - ` modified ` : occure when the value of ** top-level** changed from initial value
75
+ - ` valid ` : occurs when validation result of ** top-level** became valid
76
+ - ` invalid ` : occurs when validation result of ** top-level** became invalid
77
+ - ` touched ` : occurs when ** top-level** detected ` blur ` at least once
78
+ - ` dirty ` : occurs when the value of ** top-level** changed from initial value at least once
79
+ - ` modified ` : occurs when the value of ** top-level** changed from initial value
80
80
81
81
``` html
82
82
<div id =" app" >
You can’t perform that action at this time.
0 commit comments