vue-router / createRouterMatcher
createRouterMatcher()
ts
function createRouterMatcher(routes, globalOptions): RouterMatcher;Internal
Creates a Router Matcher.
Parameters
routes
readonly RouteRecordRaw[]
array of initial routes
globalOptions
global route options

