mirror of
https://github.com/metosin/reitit.git
synced 2025-12-24 19:08:24 +00:00
Merge pull request #428 from nivekuil/patch-1
Fix rfe/start! example arity
This commit is contained in:
commit
2f17f09856
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ event handling:
|
|||
```clj
|
||||
(rfe/start!
|
||||
router
|
||||
on-navigate-fn
|
||||
{:use-fragment false
|
||||
:ignore-anchor-click? (fn [router e el uri]
|
||||
;; Add additional check on top of the default checks
|
||||
|
|
|
|||
Loading…
Reference in a new issue