inertia-bootstrap-forms 1.0.49 → 1.0.50
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.
|
@@ -3171,7 +3171,7 @@ function df(t, e, i, n, r, s) {
|
|
|
3171
3171
|
class: re({ "form-processing loading": t.form.processing }),
|
|
3172
3172
|
novalidate: !!Object.values(t.form.errors).length
|
|
3173
3173
|
}, [
|
|
3174
|
-
se(t.$slots, "errors", {
|
|
3174
|
+
se(t.$slots, "errors", {}, () => [
|
|
3175
3175
|
t.form.hasErrors ? (k(), je(o, {
|
|
3176
3176
|
key: 0,
|
|
3177
3177
|
type: "danger"
|
|
@@ -3184,7 +3184,7 @@ function df(t, e, i, n, r, s) {
|
|
|
3184
3184
|
_: 1
|
|
3185
3185
|
})) : pe("", !0)
|
|
3186
3186
|
]),
|
|
3187
|
-
se(t.$slots, "message", {
|
|
3187
|
+
se(t.$slots, "message", {}, () => [
|
|
3188
3188
|
t.form.hasMessage && t.form.successMessage ? (k(), je(o, {
|
|
3189
3189
|
key: 0,
|
|
3190
3190
|
type: "success",
|