laravel-precognition-vue
Advanced tools
Comparing version
@@ -43,2 +43,4 @@ import { client, createValidator, toSimpleValidationErrors, resolveUrl, resolveMethod, resolveName } from 'laravel-precognition'; | ||
form.errors = toSimpleValidationErrors(validator.errors()); | ||
// @ts-expect-error | ||
valid.value = validator.valid(); | ||
}); | ||
@@ -45,0 +47,0 @@ /** |
{ | ||
"name": "laravel-precognition-vue", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Laravel Precognition (Vue).", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"dependencies": { | ||
"laravel-precognition": "0.5.2", | ||
"laravel-precognition": "0.5.3", | ||
"lodash.clonedeep": "^4.5.0", | ||
@@ -37,0 +37,0 @@ "lodash.get": "^4.4.2", |
10145
0.68%182
1.11%+ Added
- Removed
Updated