-
- [x] Update docker configs
- [x] Add SSR for a faster performance
- [x] Update Vue files to Composition API
- [x] Fix favicon
- [x] Fix transition between pages
- [x] Check and do smth with "hot…
-
Hi i'm try to use vuetify with jetstream. I tried your extension but when apply .vuetify('vuetify-loader') some css from tailwind will not work. Is there anyway to fix this ?
My webpack.mix.js
```
…
-
We are using Laravel and InertiaJs so our 'index.js' html page is currently loaded by vite in index.blade.php
I see you provided an appendTo if you don't use a html file.. How does that work ? Are th…
-
.use(VueDeepSet) fires the exception:
> app.js:43224 Uncaught (in promise) TypeError: Cannot set properties of undefined (setting '$deepModel')
```window._ = require('lodash');
window.axios = …
-
### Version:
- `@inertiajs/vue3` version: 1.0.7
### Describe the problem:
Behaviour replace not working using router.reload when query String Array Format is set as 'indices'
### Steps to …
-
### Version:
- `@inertiajs/vue3` version: 1.0.14
### Describe the problem:
When I click on a link with a different host, a white screen is displayed and error **409 (Conflict)** is written in…
-
# New in Laravel Nova 4.0
[https://laravelmagazine.com/blog/new-in-laravel-nova-4-0](https://laravelmagazine.com/blog/new-in-laravel-nova-4-0)
-
All tasks related to enabling support for Svelte when scaffolding a project.
### useful information
* https://inertiajs.com/client-side-setup
### Steps to be completed
- [ ] define preset frontend …
-
Hey,
I've tried making this work with Vue 2 using the following code as per the Inertia documentation:
```
import Vue from 'vue'
import { createInertiaApp } from '@inertiajs/inertia-vue'
cr…
-
### Versions:
- `@inertiajs/core` version: 1.2.0
- `@inertiajs/vue3` version: 1.2.0
### Describe the problem:
The `click` event on a `` component does not fire when I expect it to. It seems …