coolsam726 / jetstream-inertia-generator

Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
MIT License
120 stars 30 forks source link

Change this.$inertia.form() to useForm() with {remember: false} for compatibility with Vue 3 #9

Closed coolsam726 closed 3 years ago

coolsam726 commented 3 years ago

Vue3 uses useForm instead of this.$inertia.form. Changing the code generator to factor in this would be great.

coolsam726 commented 3 years ago

Fixed.