gpt4 book ai didi

javascript - meteor.js 模板助手作为变量与键+值

转载 作者:行者123 更新时间:2023-11-29 14:54:22 27 4
gpt4 key购买 nike

Template.hello.loggedin = function() { return something }

对比

Template.hello.helpers({
'loggedin': function () { return something }
})

前者有效(Template.hello.loggedin 在控制台中打印出函数,添加括号返回某些东西),后者无效(未定义)。

我以为这些是等价的??

最佳答案

除了您发现的情况外,它们是等价的。 github 上有一个关于此的未解决问题:https://github.com/meteor/meteor/issues/886 .

如果你想调用 Template.hello.loggedin() 使用前者。

关于javascript - meteor.js 模板助手作为变量与键+值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20362393/

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