Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlowRouter.path() :_id+_:action not work #742

Open
Nexwich opened this issue Feb 18, 2020 · 0 comments
Open

FlowRouter.path() :_id+_:action not work #742

Nexwich opened this issue Feb 18, 2020 · 0 comments

Comments

@Nexwich
Copy link

Nexwich commented Feb 18, 2020

let path = '/blog/article_:_id+_:action';
FlowRouter.route(path, ...);  // /blog/article_4YusqRZglrMQRE2g2_edit
FlowRouter.path(path, {_id:'4YusqRZglrMQRE2g2'}) // /blog/article_

var regExp = /(:[\w\(\)\\\+\*\.\?]+)+/g;

@Nexwich Nexwich changed the title FlowRouter.path() :_id+_top not work FlowRouter.path() :_id+_:action not work Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant