2017-07-17 10 views

答えて

0
(defn ui                   
[]                    
(let [react-mathjax (aget js/window "deps" "react-mathjax")     
     ctx (aget react-mathjax "Context")          
     node (aget react-mathjax "Node")]          
    [:div                   
    [:h1 "Hello world"] 
    [:> ctx [:> node "2+2"]]])) 
関連する問題