@@ -229,12 +223,4 @@ ul.error-box p {
}
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/zod-form/index.vue b/src/zod-form/index.vue
index 42e92d9..9d5b3eb 100644
--- a/src/zod-form/index.vue
+++ b/src/zod-form/index.vue
@@ -6,6 +6,7 @@ import i18next from "i18next";
import { zodI18nMap } from "zod-i18n-map";
// Import your language translation files
import translation from "zod-i18n-map/locales/zh-CN/zod.json";
+import { text } from '@formkit/inputs';
// lng and resources key depend on your locale.
i18next.init({
@@ -38,8 +39,8 @@ const [zodPlugin, submitHandler] = createZodPlugin(
-