标签: mongodb meteor
我在Meteor中的两个.js文件中有这一行:
inventory[2]
它会出现以下错误消息。为什么呢?
尝试添加merchants = new Mongo.Collection('merchants');
merchants = new Mongo.Collection('merchants');
删除其中一个文件中的行有帮助。
我做错了什么?
var
答案 0 :(得分:1)
在meteor app中,每个集合只需要一个new Mongo.Collection声明。
new Mongo.Collection