Keep showing the spa-loading-template until page:finish #21721
Closed
Description
Describe the feature
It would be nice to show the spa loading template until the 'page:finish' event.
When using Nuxt with SSR turned off and using the spa-loading-template to show a loading screen, the loading screen disappears once the app mounts but the app isn't rendered yet. I believe because nuxt lazy loads the components that need to be rendered. This leads to a blank page once the app mounts and until the components are loaded.
Other than that I love the new SPA loading template feature!
Additional information
- Would you be willing to help implement this feature?
- Could this feature be implemented as a module?
Final checks
- Read the contribution guide.
- Check existing discussions and issues.