mirror of
https://github.com/metosin/reitit.git
synced 2026-01-17 19:59:01 +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
|
```clj
|
||||||
(rfe/start!
|
(rfe/start!
|
||||||
router
|
router
|
||||||
|
on-navigate-fn
|
||||||
{:use-fragment false
|
{:use-fragment false
|
||||||
:ignore-anchor-click? (fn [router e el uri]
|
:ignore-anchor-click? (fn [router e el uri]
|
||||||
;; Add additional check on top of the default checks
|
;; Add additional check on top of the default checks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue