Skip to content

Commit

Permalink
update base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smtdfc committed Jan 3, 2024
1 parent 3af3698 commit 07aa5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/router/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class TurtleRouterModule {
}

redirect(path, replace=false){
window.history.hash = path
window.location.hash = path
}

async matches(path) {
Expand Down

0 comments on commit 07aa5a7

Please sign in to comment.