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
Configure the Nuxt loading progress bar component that's shown between routes. Set to false to disable. You can also customize it or create your own component.
and
Set to false to disable. Alternatively, you can pass a string name or an object for more configuration. The name can refer to an indicator from SpinKit or a path to an HTML template of the indicator source code (in this case, all the other options will be passed to the template).
Either the doc is deprecated or the types for these two attributes is not correct.
They should be
Environment
node: 18.19.0
nuxt: 2.17.2
@nuxt/bridge: 3.0.0-rc.4-28374828.d03fbb4
Reproduction
It shouldn't be necessary
Describe the bug
raises TypeScript errors saying
despite JSDoc saying
Either the doc is deprecated or the types for these two attributes is not correct.
They should be
and
respectively
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: