Etienne PASSOT
Etienne PASSOT
I need to make authentification with google oauth2. I've installed nuxt/auth-next and created configuration for authentification like this. ``` auth: { strategies: { google: { scope: ['profile', 'email'], endpoints: {...
I tried to use mount() with Vue 2 and props options but not working. ``` mount(Stepper, { props: { initial: 100 } }) ``` The correct example is ``` mount(Stepper,...
### Versions: - `@inertiajs/vue3` version: 2.0.0-beta.1 - `inertiajs/inertia-laravel` version: 2.x-dev ### Describe the problem: I'm using Vue3, Laravel11 and Inertia v2 beta. I want to create an editable list (with...