gpt4 book ai didi

javascript - 未捕获错误 : Cannot call `compile` without the template compiler loaded. 请在调用 `ember-template-compiler.js` 之前加载 `compile`

转载 作者:搜寻专家 更新时间:2023-11-01 04:24:47 26 4
gpt4 key购买 nike

我是 ember.js 框架的新手,使用 ruby​​ on rails 和 ember.debug.js -v 1.10.1(最新版本)。我一直在网上看到 ember 更改了这个最新的补丁,但我不知道如何解决我的问题:

Uncaught Error: Cannot call `compile` without the template compiler loaded. Please load `ember-template-compiler.js` prior to calling `compile`.

有人可以指点一下让我的编译器正常运行吗?我希望我知道我项目中的哪些代码片段可以帮助确定答案...

最佳答案

这篇文章可能对您有帮助:

http://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html

如果你没有使用 ember-cli - 你的 HTML 应该是这样的:

<script src="assets/ember-template-compiler.js"></script>
<script src="assets/ember.debug.js"></script>

如果您使用的是 ember-cli,您的模板应该是预编译的,您不应该遇到这个问题。

关于javascript - 未捕获错误 : Cannot call `compile` without the template compiler loaded. 请在调用 `ember-template-compiler.js` 之前加载 `compile`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28843787/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com