我应该使用text / x-handlebars还是text / x-handlebars-template?

时间:2017-08-09 02:29:00

标签: handlebars.js

这两者之间的区别是什么?或者它们是一样的吗?

官方常见问题解答中提及了{p> text/x-handlebarshttps://github.com/wycats/handlebars.js/blob/master/FAQ.md

<script type="text/x-handlebars">
  foo
  <scr{{!}}ipt src="bar"></scr{{!}}ipt>
</script>

虽然text/x-handlebars-template位于文档中:http://handlebarsjs.com/

<script id="entry-template" type="text/x-handlebars-template">
  <div class="entry">
    <h1>{{title}}</h1>
    <div class="body">
      {{body}}
    </div>
  </div>
</script>

0 个答案:

没有答案