srcdev-nuxt-forms 2.1.20 → 2.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,7 +139,6 @@ const useZodValidation = (formSchema: any, formRef: Ref<HTMLFormElement | null>)
139
139
  pushCustomErrors,
140
140
  doZodValidate,
141
141
  fieldMaxLength,
142
- formRef,
143
142
  scrollToFirstError,
144
143
  scrollToFormHead,
145
144
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-forms",
3
3
  "type": "module",
4
- "version": "2.1.20",
4
+ "version": "2.1.21",
5
5
  "main": "nuxt.config.ts",
6
6
  "scripts": {
7
7
  "clean": "rm -rf .nuxt && rm -rf .output && rm -rf .playground/.nuxt && rm -rf .playground/.output",