1
我有問題使用軌道5 &渦輪與聚合物。 我使用的寶石: '高分子導軌' 我的應用程序/視圖/佈局/ application.html.erb 我:紅寶石在軌道5,渦輪鏈接5和聚合物
<%= html_import_tag 'application', 'data-turbolinks-track' => true %>
我也嘗試添加:
$(document).on("ready turbolinks:load", function() {
return document.documentElement.replaceChild(
document.importNode(document.body, true), document.body
);
});
兩個身體外,但聚合物仍然打破turbolinks。 有什麼想法?
謝謝。 您能否詳細瞭解聚合物如何完成與渦輪連接相同的功能? 對我來說這不是一回事。 有沒有一種方法可以很容易地與聚合物渦輪鏈接的行爲? –
https://www.polymer-project.org/1.0/start/toolbox/create-a-page – max
我會先在自述文件中設置示例應用程序,然後獲取聚合物的工作方式我會開始適應它的軌道。 – max