Skip to content

API DocumentationDocs


API Documentation / createWebHistory

Function: createWebHistory()

createWebHistory(base?): RouterHistory

Creates an HTML5 history. Most common history for single page applications.

Parameters

base?: string

Returns

RouterHistory

Released under the MIT License.