Skip to content

Commit

Permalink
feat(match): access original route object
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Oct 18, 2022
1 parent be1e5f4 commit 7b85ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/match.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const hashbang = (rule: SRule) => (url: string) => {
if (match) {
return {
...route,
route,
match,
url,
};
Expand Down

0 comments on commit 7b85ec5

Please sign in to comment.