我刚刚更新到1.0.4.2,现在我的路线没有运行。加载我的应用程序给了我一个铁路由器启动页面,上面写着这个
Router.route('/', function () {
this.render('Home', {
data: function () { return Items.findOne({_id: this.params._id}); }
});
});
更新:这不是Meteor,而是这个包https://github.com/grigio/meteor-babel
。他们删除了.jsx
扩展名。