Maha Oueghlani
Maha Oueghlani
Hi, I try to add a fieldset tag in blade, the legend wasn't create properly, first in LTR the width of legend is not appropriate with the text second, in...
the pdf generated was not fillable any idea to generate it with edit mode ?
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: I have a laravel 9 app builded with `vue3 `, `inertia-laravel` , `inertiajs` and `laravel-vite` ,...
### Versions: - `inertiajs/inertia-laravel` version: 0.6.3 - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: I have a laravel 9 app builded with `vue3 `, `inertia-laravel` ,...
I have insatlled this package inside a laravel app and it's works fine but when I tried to open my app on mobile I have a total white page !
I have a component using vue slider, I use `@change` event to emit the new value to the parent component, when I log the value in `@change` event I note...