-
Notifications
You must be signed in to change notification settings - Fork 1
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
リダイレクトを修正し、クエリパラメータが空の場合の表示を変更した #261
base: main
Are you sure you want to change the base?
Conversation
Preview (prod) → https://261-prod.portfolio-preview.trapti.tech/ |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
変更したページタイトルを仮で「部員一覧」としましたが、ランダムで一部を取り出しただけなので他の表現に変えた方が良い気がしています
PR Type
Bug fix, Enhancement
Description
/users
のルート定義をリダイレクトから新しいコンポーネントに変更し、新しいルート名 'Users' を追加しました。Changes walkthrough 📝
SearchPage.vue
クエリパラメータ未設定時の処理と表示の修正
src/pages/SearchPage.vue
UserPage.vue
パンくずリストリンクの修正
src/pages/UserPage.vue
index.ts
ルート定義の修正と新しいルートの追加
src/router/index.ts
/users
をリダイレクトから新しいコンポーネントに変更。