我遇到一个奇怪的问题,即Flow-Router没有触发根网址的操作
FlowRouter.route '/',
name: 'home'
action: ->
BlazeLayout.render 'appLayout', header: 'header', main: 'home'
这会发送一个空白页面,但当我将路线更改为其他内容时,例如' / dog'并转到该URL,操作触发并呈现页面
我正在使用Flow-Router 2.10.1