The loading Property
The loading property gives you the option to disable the default loading progress bar on a specific page.
- Type:
Boolean(default:true)
By default, Nuxt.js uses its own component to show a progress bar between the routes.
You can disable or customize it globally through the Configuration's loading option, but also disable it for specific pages by setting the loading property to false :
<template>
<h1>My page</h1>
</template>
<script>
export default {
loading: false
}
</script>
Contributors
Debbie O'Brien
Alexandre Chopin
Sébastien Chopin
Benjamin Canac
fgiraud
Sergey Bedritsky
Alba Silvente Fuentes
Alexander Lichter
Krutie Patel
Daniel Roe
pooya parsa
Pim
Ahad Birang
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub!
