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 80c4a38 commit 7fbf894Copy full SHA for 7fbf894
src/history/abstract.js
@@ -37,4 +37,8 @@ export class AbstractHistory extends History {
37
this.updateRoute(location)
38
})
39
}
40
+
41
+ ensureURL () {
42
+ // noop
43
+ }
44
0 commit comments