-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels