We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
画像のようなパンくずリストで User をクリックした際には /users に遷移してほしい しかし、現段階では /search で検索クエリが空の状態に遷移してしまい、エラーとなってしまう
User
/users
/search
The text was updated successfully, but these errors were encountered:
/usersに相当するコンポーネントはないので、新たにUsersPage.vueを作るという実装の方針で良いですか? その場合、UsersPage.vueには(/search?q={検索キーワード}のページと同様に)複数人のアイコンとuserIdが並ぶことになると思うのですが、その際表示されるメンバーはランダムで数人(10人程度を想定)というようなピックアップ方法で良いですか?
UsersPage.vue
/search?q={検索キーワード}
userId
Sorry, something went wrong.
今は /search でクエリパラメータを指定しないと絞り込みなしの全体が表示されるんだけど、本来なら /users で全体を表示するべきかも そのページのクエリパラメータによる絞り込みが search に該当するし
Futadaruma
No branches or pull requests
画像のようなパンくずリストで
User
をクリックした際には/users
に遷移してほしいしかし、現段階では
/search
で検索クエリが空の状態に遷移してしまい、エラーとなってしまうThe text was updated successfully, but these errors were encountered: