标签: ember.js
当我的模板中有index使用link-to帮助程序的链接时,{{#link-to 'index'}}Home{{/link-to}}就像Uncaught TypeError: Cannot call method 'lookup' of null 一样,完全如文档页面here所示,我在控制台中出现以下错误,应用程序将无法呈现:
index
link-to
{{#link-to 'index'}}Home{{/link-to}}
Uncaught TypeError: Cannot call method 'lookup' of null
{{1}}