如何在Meteor中实现可爱的集合?

时间:2015-10-07 11:16:47

标签: meteor

我有一个图像上传集合,代表如下代码:

Images = new FS.Collection('images', {
  stores:[new FS.Store.FileSystem('images', {path:"~/projectUploads"})]
});

我想有一个习惯'喜欢'按钮,使我上传的图像可爱。那我该怎么做?我尝试使用socialize:likeable软件包,但它似乎不适用于FS.collection,或者可能是我做错了,我只是放LikeableModel就在FS.Collection之前:

Images = new LikeableModel.FS.Collection('images', {
    stores:[new FS.Store.Filesystem('images', {path:"~/projectUploads"})]
});

0 个答案:

没有答案