File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Vue.use(VueApiQueries)
9393
9494### Note
9595
96- Error response must look like:
96+ Error response must look like: or base on ** errorProperty ** from config
9797
9898``` json
9999{
@@ -118,14 +118,15 @@ Validator | Description
118118** any()** | check if any errors exist.
119119** get(field)** | get specific field.
120120** all()** | get all errors.
121+ ** count()** | get errors count.
121122** fill(errors = {})** | fill the errors object.
122123** flush()** | clear all errors.
123124** clear(field)** | clear specific error by field name.
124125** onKeydown(event, 'baseFormName')** | event to clear error by event.target.name. (input the has name).
125126
126127## Using with Vuex
127128
128- 1.Create proxies folder
129+ 1.Create ** proxies** folder or your prefer folder name for this
129130
130131`` ~/proxies/NewsProxy.js ``
131132
You can’t perform that action at this time.
0 commit comments