I recently migrated a Nuxt 2 Project to Nuxt Bridge, and everything is working fine, except... the loading bar is not showing up between pages. The loading property in nuxt.config.js is only for Nuxt 2, and I can't integrate the <NuxtLoadingIndicator/> of Nuxt 3. I also tried to create a custom component that would react to hooks such as page:start, but I can't make them be called.
Any help would be appreciated!
You can refer to the code below:
You can see the details in the link