bisheng icon indicating copy to clipboard operation
bisheng copied to clipboard

无法正确处理 Handlebars 模板的 @../index 语法

Open taberh opened this issue 9 years ago • 0 comments

var tpl = '{{#each list}}' +
              '{{#each .}}' +
                  '{{@../index}}  {{@index}} <br />'+
              '{{/each}}' +
          '{{/each}}'

taberh avatar Dec 11 '14 04:12 taberh