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

API描述错误 #2288

Closed
zhangxing0716 opened this issue Jul 9, 2018 · 2 comments
Closed

API描述错误 #2288

zhangxing0716 opened this issue Jul 9, 2018 · 2 comments

Comments

@zhangxing0716
Copy link

动态路由匹配 多段路径参数 /user/:username/post/:post_id => /user/evan/post/123 =>{ username: 'evan', post_id: 123 } 这里应该是post,而不是post_id

@vue-bot
Copy link

vue-bot commented Jul 9, 2018

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!


你好,你的 issue 不符合我们所要求的格式,因此已被自动关闭。为了确保每个 issue 都提供必需的相关信息,请务必使用我们的 Issue 向导 来创建新 issue,谢谢!

@vue-bot vue-bot closed this as completed Jul 9, 2018
@zhangxing0716
Copy link
Author

vue-router 中文API文档 动态路由匹配 多段路径参数 参数描述错误 /user/:username/post/:post_id => /user/evan/post/123 =>{ username: 'evan', post_id: 123 } 这里应该是post,而不是post_id

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

2 participants