Error: Assertion Failed: A helper named 'hash' could not be found
Error: Assertion Failed: A helper named 'hash' could not be found
我试图将我的 Ember.js 应用程序分解成不同的插件。我已经将我的一些组件移到了插件中。但是在测试使用 hash
助手的组件时出现以下错误:
Error: Assertion Failed: A helper named 'hash' could not be found
是什么原因,如何解决?
插件项目的 ember 版本为 2.2。哈希助手是在 2.3 中引入的。
查看 ember 个版本的 changelog。
我试图将我的 Ember.js 应用程序分解成不同的插件。我已经将我的一些组件移到了插件中。但是在测试使用 hash
助手的组件时出现以下错误:
Error: Assertion Failed: A helper named 'hash' could not be found
是什么原因,如何解决?
插件项目的 ember 版本为 2.2。哈希助手是在 2.3 中引入的。
查看 ember 个版本的 changelog。