如上所述,使用流星铁路由器包时,Router.map和Router.route有什么区别?
在this tutorial中,使用“Router.route”
但在this tutorial中,使用'Router.map'
那么我使用'Router.map'的情况和我使用'Router.route'
答案 0 :(得分:21)
他们是做同样事情的不同方式。虽然在新的铁路由器中不推荐使用Router.map,但是你应该使用Router.route(尽管为了向后兼容,Router.map也可以工作)。