vue js,IE9点击路由器link刷新?

vue js, IE9 click on the router link to refresh?

vue js 在不支持History API pushState的IE9(Internet Explorer 9)中,在router-link点击时刷新是否正确? 不能像Chrome或IE10那样不刷新就切换页面吗?

您可以检查 this article 并使用它来为声明式导航创建锚标记。

您可能已经注意到 router.pushrouter.replacerouter.gowindow.history.pushStatewindow.history.replaceState 和 [=15 的对应项=],他们确实模仿了 window.history API。