試圖作一些簡單的車把助手如何註冊流星SpaceBars助手?
Handlebars.registerHelper('if_eq', function(context, options) {
if (context == options.hash.compare)
return options.fn(this);
return options.inverse(this);
});
收到此錯誤。
ReferenceError: Handlebars is not defined
什麼是正確的做法。
這也發生在你正在編寫一個包並忘記'package.js'中的'api.use('handlebars','client')''。 – nalply
相同的原因,類似的錯誤:'對象#