feat(Form): new component (#4)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Romain Hamel
2024-03-19 16:09:12 +01:00
committed by GitHub
parent 1cec712fb8
commit de62676647
35 changed files with 2735 additions and 69 deletions

View File

@@ -44,6 +44,8 @@
"@nuxt/test-utils": "^3.12.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"joi": "^17.12.2",
"valibot": "^0.30.0",
"happy-dom": "^13.10.1",
"nuxt": "^3.11.1",
"nuxt-ui-dev-module": "workspace:*",
@@ -51,7 +53,9 @@
"vitest-environment-nuxt": "^1.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
"vue-tsc": "^2.0.6",
"yup": "^1.4.0",
"zod": "^3.22.4"
},
"resolutions": {
"nuxt-ui3": "workspace:*"