nuxt: Don't see the loading / progress bar at the top
Version
Reproduction link
Steps to reproduce
With an installation of nuxt / nuxt-edge, I don’t see the loading / progress bar at the top.
According to this doc, the loading indicator should be enabled by default, but it isn’t. https://nuxtjs.org/api/configuration-loading#disable-the-progress-bar
I also tried this in nuxt.config.js:
loading: { color: "#f00" },
What is expected ?
Loading / progress bar indicator should show up
What is actually happening?
It does not.
<div align="right">This bug report is available on Nuxt community (#c9665)</div>About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (1 by maintainers)
@andreynazarov3 if you want to attach another method to mounted without overwriting the original one, use an array:
Hello I need help.
I need send data to the default layout from any child component.
please contact me.
if you want to make loading animation in nuxtjs, this below code will help you.
When you use this code, If you conflict any issue, let me know. I will help you anytime. Thanks. Best Regards.
Still have this problem. It seems to be of a “throttle” problem. Add this and see if this work. loading: { color: “#ff5757”, height: “4px”, throttle: 0 },