Skip to content

Commit a7803a8

Browse files
ishitatsuyukiatinux
authored andcommitted
Document loading.throttle (nuxt#786)
1 parent 4b8dc8b commit a7803a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/api/configuration-loading.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ List of properties to customize the progress bar.
4848
| `color` | String | `'black'` | CSS color of the progress bar |
4949
| `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). |
5050
| `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. |
5152
| `duration` | Number | `5000` | In ms, the maximum duration of the progress bar, Nuxt.js assumes that the route will be rendered before 5 seconds. |
5253
| `rtl` | Boolean | `false` | Set the direction of the progress bar from right to left. |
5354

0 commit comments

Comments
 (0)