From 9ebb40b46d3fdea48142abdce9bcd43d6a94b813 Mon Sep 17 00:00:00 2001 From: jeanvier Date: Tue, 19 Nov 2024 17:16:58 +0100 Subject: [PATCH] fix: date validation --- package.json | 2 +- playground/app.vue | 21 +++++---------------- src/runtime/composables/validator.ts | 9 +++++++-- src/runtime/utils/validators/validator.ts | 12 ++++++++---- 4 files changed, 21 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index f0654f2..1cc10c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wgr-sa/nuxt-form", "description": "Form builder for Nuxt", - "version": "0.9.4", + "version": "0.9.5", "repository": "https://github.com/WGR-SA/nuxt-form.git", "author": "jeanvier", "license": "MIT", diff --git a/playground/app.vue b/playground/app.vue index 01c0222..e8499a6 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -3,10 +3,8 @@ // watchEffect(() => { // if testForm.value.isReady() // testForm.value.submit() - -import { max } from 'class-validator'; - // }) +