add basic implementation .

This commit is contained in:
charlie
2020-11-01 00:20:10 +08:00
parent d65280f968
commit e5da5a748e
5 changed files with 51 additions and 10 deletions

View File

@@ -12,6 +12,7 @@
(rum/defc current-page < rum/reactive
{:did-mount (fn [state]
(state/set-root-component! (:rum/react-component state))
(ui/setup-patch-ios-fixed-bottom-position)
state)}
[]
(when-let [route-match (state/sub :route-match)]