啟用 GroundDB
最後,我們希望將一些動態資料儲存在離線狀態。
meteor add ground:db
Lists = new Meteor.Collection("lists");
GroundDB(Lists);
Todos = new Meteor.Collection("todos")
GroundDB(Todos);
最後,我們希望將一些動態資料儲存在離線狀態。
meteor add ground:db
Lists = new Meteor.Collection("lists");
GroundDB(Lists);
Todos = new Meteor.Collection("todos")
GroundDB(Todos);