Router.route('/posts/:_id', {
name: 'postPage',
data: function() { return Posts.findOne(this.params._id); }
});
它路由到正确的路径,但没有更新模板视图
我将应用程序部署到了 http://microscope-1.meteor.com/
这里是该存储库的链接 https://github.com/sdybskiy/microscope-1.0
答案 0 :(得分:0)
对于iron:router
的最新版本,Discover Meteor可能无法更新。尝试使用meteor add iron:router@0.9.4
添加以前的版本。
答案 1 :(得分:0)
尝试这样做:
流星移除铁:路由器 meteor add iron:router@1.0.0-pre4为我工作!!!!