Can't reload/refresh active route

前端 未结 10 1828
遇见更好的自我
遇见更好的自我 2020-11-30 08:19

I have recently updated to the new RC3 and Router3alpha and it seems some things have changed.

I noticed that a click on the link of an active route does no longer r

10条回答
  •  [愿得一人]
    2020-11-30 09:17

    In my modest opinion you could use the window.location.reload() in typescript. This way can be easy and secure because is a part of the browser functionalities.

提交回复
热议问题