This page covers Elm 0.18

メインメッセージ

ブラウザ閲覧ロケーションが変更されたとき、新しいメッセージがトリガーされます。

src/Messages.elmを以下のように変更してください:

module Messages exposing (..)

import Navigation exposing (Location)
import Players.Messages


type Msg
    = PlayersMsg Players.Messages.Msg
    | OnLocationChange Location
  • Navigationをインポートする
  • OnLocationChange Locationメッセージを追加する

results matching ""

    No results matching ""