mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
Fix Html5History missing fragment on initial load
This commit is contained in:
parent
526bac39c2
commit
b9f189b3f7
1 changed files with 2 additions and 1 deletions
|
|
@ -132,7 +132,8 @@
|
|||
nil)
|
||||
(-get-path [this]
|
||||
(str (.. js/window -location -pathname)
|
||||
(.. js/window -location -search)))
|
||||
(.. js/window -location -search)
|
||||
(.. js/window -location -hash)))
|
||||
(-href [this path]
|
||||
path))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue