【发布时间】:2015-08-29 00:55:12
【问题描述】:
Meteor official tutorial 不引用模板名称,而是使用“body”。如果您用模板名称替换“body”,它不起作用,但它应该从理论上起作用。
Template.body.helpers //this works, but why?
Template.task.helpers //this does not work, why?
教程中似乎没有对此进行解释。
我错过了什么?
【问题讨论】:
标签: meteor