我正在使用ReactiveVar。onCreated,我设置了ReactiveVar with Meteor.Call。当我试图从event中更改我的反应变量时,我得到了Exception in delivering result of invoking 'namelist'希望--下面的代码将更多地解释我的问题。Template.instance().list.get();})Template.Name.onCreated(function () {
this.l
我在客户端更新Meteor应用程序中的一些值时遇到了问题。我正在尝试理解ReactiveVar是如何工作的。当我在客户端的集合上使用find()方法时,每次我进行更改时,站点都会立即更新。我想使用ReactiveVar和服务器端方法来达到同样的效果。// Server check(userId, St