我使用来自meteor.js的orionjs: 我更改了orionjs(https://github.com/orionjs/examples/tree/master/blog)
的博客示例我使用useraccounts:flow-routing替换useraccouts:iron-routing package:
<a href="{{ pathFor 'dictionary.update' }}">edit</a>
哪个包负责解析和pathFor,这是什么意思? 如果我继续使用flow-routing包,我该如何处理pathFor函数?
答案 0 :(得分:2)
我找到了arillo:flow-router-helpers包。 https://github.com/arillo/meteor-flow-router-helpers
具有完全替换功能&#34; pathfor&#34;那里。
答案 1 :(得分:1)
这就是我使用react和meteor和flow router
的方法<a href="{FlowRouter.path('/')}">edit</a>
查看用例https://github.com/arunoda/hello-react-meteor/blob/master/both/components/post_page.jsx#L14
的此示例这里是文档 https://github.com/kadirahq/flow-router#flowrouterpathpathdef-params-queryparams