@ederzeel/nuxt-schema-form-nightly 0.1.0-29162277.41a79d0 → 0.1.0-29162300.5cf4e71

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.
@@ -185,7 +185,7 @@ const options = computed(() => {
185
185
 
186
186
  const open = (index: number) => {
187
187
  if (props.setHidden) props.setHidden(true)
188
- model.value = { index: index, value: structuredClone(values.value[index]) }
188
+ model.value = { index: index, value: JSON.parse(JSON.stringify(values.value[index])) }
189
189
  }
190
190
 
191
191
  const onInput = (value: Record<string, unknown>, index: number) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ederzeel/nuxt-schema-form-nightly",
3
- "version": "0.1.0-29162277.41a79d0",
3
+ "version": "0.1.0-29162300.5cf4e71",
4
4
  "description": "A runtime form generator for nuxt",
5
5
  "type": "module",
6
6
  "exports": {