vue-router / createWebHistory
createWebHistory()
ts
function createWebHistory(base?): RouterHistory;
Creates an HTML5 history. Most common history for single page applications.
Parameters
base?
string