2016-08-23 50 views

回答

0

當你從動作創造者那裏得到一個動作時,你通常會期望一個動作被分派。所以是的,這是一種默認行爲。

你可以看看執行行動here

您可以調度動作像這樣前檢查您的位置:

import { history } from './app.js'; // file where you export history instance 

const location = history.getCurrentLocation(); 
相關問題