literate-couscous

View the Project on GitHub posva/literate-couscous

Home > vue-router > createRouter

createRouter() function

Signature:

export declare function createRouter({ history, routes, scrollBehavior, parseQuery, stringifyQuery, }: RouterOptions): Router;

Parameters

Parameter Type Description
{ history, routes, scrollBehavior, parseQuery, stringifyQuery, } RouterOptions  

Returns:

Router