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
In API Reference type of RouteConfig.params is "boolean | string | Function". But in docs in section "Passing Props to Route Components", there are three modes for this. Boolean mode, Object mode, Function mode. This mistake was included in all languages
Version
3.0.1
Reproduction link
https://router.vuejs.org/api/#routes
Steps to reproduce
In API Reference type of RouteConfig.params is "boolean | string | Function". But in docs in section "Passing Props to Route Components", there are three modes for this. Boolean mode, Object mode, Function mode. This mistake was included in all languages
What is expected?
boolean | Object | Function
What is actually happening?
boolean | string | Function
Link to section "Passing Props to Route Components" https://router.vuejs.org/guide/essentials/passing-props.html
The text was updated successfully, but these errors were encountered: