inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

Results 260 inertia issues
Sort by recently updated
recently updated
newest added

### Version: - `@inertiajs/vue3` version: 1.0.14 ### Describe the problem: Link component only render html tag component , but doesn't render other third vue component。 here has same issue [https://github.com/inertiajs/inertia/issues/1654](https://github.com/inertiajs/inertia/issues/1654)...

Hi, This bug has been well documented in the existing report at https://github.com/inertiajs/inertia/issues/1550 It is still present, with no obvious and maintainable workaround. Makes it hard to integrate with vue...

### Version: - `@inertiajs/vue3` version: 1.0.14 ### Describe the problem: `useForm({}).reset()` is not functional after a successful submission. This is due to the form's internal `onSuccess` hook setting defaults to...

### Version: - `@inertiajs/vue3` version: 1.0.6 ### Describe the problem: With each new page created, the app.js bundle increases even using code splitting. With 33 pages created, it is enough...

### Version: - `@inertiajs/vue3` version: ^1.0.0 ### Describe the problem: I have a very simple code that is working in a plain vue3 playground: ``` // App.vue import { reactive...

This is needed to solve type issues for a laravel/precognition PR that I'm creating. I blame Typescript for this, as for some reason, TS needs the type exported to be...

Hello! We are having the following problem in our application. We are using `` in the application, this causes the application to redirect twice in dev mode. This forces us...

### Version: - `@inertiajs/vue3` version: 1.0.14 ### Describe the problem: I'm migrating a project from vue2 to vue3 using and will be using a transition period with the vue/compat package....

Previously, only a string representation of an HTMLElement could be passed as the `as` prop to an Inertia Link instance. This change allows both a Vue Component or a globally...