@26lights/orcha 0.20.1 → 0.20.2
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.
- package/dist/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +1 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -10061,7 +10061,7 @@ const J4 = { class: "ao-field" }, e8 = { class: "ao-field__label" }, t8 = ["type
|
|
|
10061
10061
|
disabled: n.disabled,
|
|
10062
10062
|
readonly: n.readonly
|
|
10063
10063
|
}, {
|
|
10064
|
-
[gs(t.value)]: s[0] || (s[0] = (o) => n.$emit("update:modelValue", o))
|
|
10064
|
+
[gs(t.value)]: s[0] || (s[0] = (o) => n.$emit("update:modelValue", o.target.value))
|
|
10065
10065
|
}), null, 16, t8)
|
|
10066
10066
|
]));
|
|
10067
10067
|
}
|