2

I have a use case where I redirect the user to the same page but with a different route (/prices/usd, prices/yen, prices/eur etc...). I am using firestore and I am able to get data from firestore when the route is first visited but then onwards it doesn't fetch the fresh data even though route change if the page is same.

4

1 回答 1

1

使用beforeRouteUpdate绑定到不同的 ref/document/collection

于 2018-02-20T12:47:24.157 回答