mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11: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)
|
nil)
|
||||||
(-get-path [this]
|
(-get-path [this]
|
||||||
(str (.. js/window -location -pathname)
|
(str (.. js/window -location -pathname)
|
||||||
(.. js/window -location -search)))
|
(.. js/window -location -search)
|
||||||
|
(.. js/window -location -hash)))
|
||||||
(-href [this path]
|
(-href [this path]
|
||||||
path))
|
path))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue