inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.3k stars 423 forks source link

Progress Indicator not working when switching pages #1824

Closed zhouzishu closed 6 months ago

zhouzishu commented 6 months ago

Version:

Describe the problem:

I have created a new Laravel 11 application and install breeze. The progress indicator is not showing as I switch between pages (such as clicking the "login" link in the welcome page). But it works when I click "login" button in the login page.

Steps to reproduce:

composer create-project laravel/laravel:^11.0 example-app
composer require laravel/breeze --dev
php artisan breeze:install vue
zhouzishu commented 6 months ago

Sorry. It's delay that causes it.