Skip to content

Commit 88c7bab

Browse files
committed
chore: ✏️ update readme
1 parent a79c970 commit 88c7bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)