feat: ZodForm
All checks were successful
/ surge (push) Successful in 44s

This commit is contained in:
严浩
2024-11-20 16:24:48 +08:00
parent c9c4d523c1
commit 998cb5d4e3
7 changed files with 382 additions and 266 deletions

View File

@ -15,10 +15,13 @@
"@formkit/icons": "latest",
"@formkit/themes": "latest",
"@formkit/vue": "latest",
"@formkit/zod": "^1.6.9",
"autoprefixer": "latest",
"i18next": "^23.16.6",
"postcss": "latest",
"tailwindcss": "latest",
"vue": "^3.5.13"
"vue": "^3.5.13",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",