How to get the query parameters in Iron-router?

前端 未结 8 1345
不知归路
不知归路 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 11:10

    Just call

    Router.current().params //params is the dict you wanted

    in Iron Router 7.1+

提交回复
热议问题