我有this的jsfiddle,在那裏我試圖渲染節點模板:爲什麼插座無法訪問模型數據?
<script type="text/x-handlebars" data-template-name="node">
<h1>Node template</h1>
<p>The outlet comes here:</p>
{{outlet}}
</script>
這應該呈現node/index
或node/template1
模板,根據不同的路線上。這實際上正在發生,但模板只顯示空的數據。這是爲什麼?
(數據也好,可以在nodes
表模板中可以看出)