You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ setTimeout(function () {
372
372
373
373
# Reset validation results
374
374
375
-
You can reset the validation results with `$validatorReset()` Vue instance meta method that defined with validator dynamically. the below the exmpale:
375
+
You can reset the validation results with `$resetValidation()` Vue instance meta method that defined with validator dynamically. the below the exmpale:
376
376
377
377
```html
378
378
<divid="app">
@@ -391,7 +391,7 @@ You can reset the validation results with `$validatorReset()` Vue instance meta
391
391
<pv-if="$validation1.comment.maxlength">Your comment is too long.</p>
0 commit comments