How to get the query parameters in Iron-router?

前端 未结 8 1367
不知归路
不知归路 2020-12-13 10:24

I am trying to get the query parameters in the url.

There doesn\'t seem to be an easy way to do this...

which leaves me with the feeling that I must have mis

8条回答
  •  南笙
    南笙 (楼主)
    2020-12-13 10:49

    Ensure that if you are using Router.go that your first parameter is a template name, and not a path. query parameters are not passed if you specify a path.

提交回复
热议问题