Vue_router.InternalSourceInternal module
type ('a, 'b) route_ml = {path : string;component : ('a, 'b) Vue_component.component_args option;children : (Mjs.top, Mjs.top) route Mjs.t list option;name : string option;components : ('a, 'b) Vue_component.component_args Mjs.table_cons option;redirect : redirect option;alias : string option;props : props option;hook : (push_obj -> push_obj -> (unit -> unit) -> unit) option;}route object
val make_route :
?component:('a, 'b) Vue_component.component_args ->
?children:(Mjs.top, Mjs.top) route Mjs.t list ->
?name:string ->
?components:('a, 'b) Vue_component.component_args Mjs.table_cons ->
?redirect:redirect ->
?alias:string ->
?props:props ->
?hook:(push_obj -> push_obj -> (unit -> unit) -> unit) ->
string ->
('a, 'b) route Mjs.t