Skip to content

Commit afeaf69

Browse files
committed
fix: update readme
1 parent a47a8fc commit afeaf69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ It will create `$errors` object inside components.
125125

126126
#### first(field || fields)
127127

128-
In some situations, you may wish to run validation checks against a field only if that field is present in the data being validated. To quickly accomplish this, add the sometimes rule to your rule list:
129-
130128
```js
131129
const errors = { name: [{ kh: ['This fist name field is required'] }] }
132130

0 commit comments

Comments
 (0)