We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eec41 commit fc7b9ecCopy full SHA for fc7b9ec
src/history/hash.ts
@@ -4,7 +4,7 @@ import { createWebHistory } from './html5'
4
/**
5
* Creates a hash history.
6
*
7
- * @param base optional base to provide. Defaults to `/`
+ * @param base - optional base to provide. Defaults to `/`
8
*/
9
export function createWebHashHistory(base: string = '/'): RouterHistory {
10
// Make sure this implementation is fine in terms of encoding, specially for IE11
0 commit comments