Skip to content

Commit 7fbf894

Browse files
committed
implement ensureURL in abstract history
1 parent 80c4a38 commit 7fbf894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/history/abstract.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ export class AbstractHistory extends History {
3737
this.updateRoute(location)
3838
})
3939
}
40+
41+
ensureURL () {
42+
// noop
43+
}
4044
}

0 commit comments

Comments
 (0)