有没有办法重新加载{{> yield}}的主模板

Is there a way to reload the main template of {{> yield}}

本文关键字:yield 新加载 加载 有没有      更新时间:2023-09-26

出于某种原因,我想重新加载 {{> yield}} 指定的主模板

这在IronRouter中可能吗?

谢谢!

如果你想重新加载整个页面,你可以使用纯 JavaScript 来重新加载当前页面:

document.location.reload(true);

熨斗:不需要路由器