Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将一个 Web 应用程序从 Ember.js 的预发布版本升级到 1.0.0,但我得到了标题错误。它出现了 9 次不同的时间。我经常在子类中指定 templateName(超过 9 次不同的时间)。
是什么导致了这个错误,我该如何解决?
就像消息说你需要一个名为icon. 尝试在您的 html 中包含以下内容:
icon
<script type="text/x-handlebars" data-template-name="icon"> Hello </script>