Handlebarjs - Access parent index - Uncaught Error: Scoped data references are not supported: undefined

Handlebarjs - Access parent index - Uncaught Error: Scoped data references are not supported: undefined

查看了文档,应该可以使用以下方法访问父索引...

{{#each columns}}
    {{#each rules}}
        {{@../index}}
    {{/each}}
{{/each}}

但我得到了这个错误信息:

未捕获错误:不支持作用域数据引用:未定义

语法有问题吗?

好的,没多久就发布了这个我找到了解决方案,我网页上使用的 handlebarsjs 版本是版本 1!

此功能已在 v2.0.0-alpha.1 - 2014 年 2 月 10 日引入

通过将我的版本替换为 http://cdnjs.com/libraries/handlebars.js/ 中的更新版本进行了测试,它运行良好