import Browser import Html exposing (Html, button, div, text) import ... Model -> Html Msg view model = div [] [ button [ onClick Decrement ] [ text "-" ] ...
確定! 回上一頁