You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/api/configuration-loading.md
+1
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ List of properties to customize the progress bar.
48
48
|`color`| String |`'black'`| CSS color of the progress bar |
49
49
|`failedColor`| String |`'red'`| CSS color of the progress bar when an error appended while rendering the route (if `data` or `fetch` sent back an error for example). |
50
50
|`height`| String |`'2px'`| Height of the progress bar (used in the `style` property of the progress bar) |
51
+
|`throttle`| Number |`200`| In ms, wait for the specified time before displaying the progress bar. Useful for preventing the bar from flashing. |
51
52
|`duration`| Number |`5000`| In ms, the maximum duration of the progress bar, Nuxt.js assumes that the route will be rendered before 5 seconds. |
52
53
|`rtl`| Boolean |`false`| Set the direction of the progress bar from right to left. |
0 commit comments