标签: meteor export package
我使用api.export()在版本1.2.1之前导出meteor包中的数据它工作正常但在更新到1.2.1后它不再工作了。
Package.on_use(function (api) { api.export("<somedata>", 'client'); }