Skip to content

Commit

Permalink
Route loader fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 2, 2024
1 parent 880d083 commit fa4ed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class Command<T = any, TR = any> {

public static invokeRoute(route: string = location.hash.startsWith("#!")
? location.hash.substring(2)
: location.pathname,
: location.href,
forceDisplay = false) {

let sp: URLSearchParams;
Expand Down

0 comments on commit fa4ed4d

Please sign in to comment.