Why is form.recentlySuccessful not working? #1303
Unanswered
AlexKomMsk
asked this question in
Help (Vue)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Laravel 9, Jetstream, Inertia, Vue 3
I have a form
I send with form.recentlySuccessful logging
and get TRUE
but in the template at the same time i get FALSE
{{form.recentlySuccessful}}
Why doesn't this work in a template and works in a script?
I submit the form using FormKit.
Beta Was this translation helpful? Give feedback.
All reactions